Used to prepare a remote Maven repository to be used exclusively (i.e.: without Central) for project builds.
The execution below will deploy the following to repository file://C:/myrepo
mvn com.kerbaya.maven:reposync-maven-plugin:update -DrepositoryUrl=file://C:/myrepo -Dartifact=junit:junit:4.12
The execution below will deploy the following to repository file://C:/myrepo
mvn com.kerbaya.maven:reposync-maven-plugin:update -DrepositoryUrl=file://C:/myrepo -Dartifact=junit:junit:4.12 -Djar:javadoc,jar:sources