Hello Dan Tran
The CM rule in our company requires a freeze of all software items involved
in a release build. One way to achieve this requirement is to maintain a
hosted repository called "stage". Note: with ClearCase we use labels to
achieve the same.
As I started looking for a solution in th
The follwoing command creates a zipfile of the source repository and copies
it to the target repository.
solaris_x86> mvn -e stage:copy -Dsource="file:/wwl/bip/.m2/repository"
-Dtarget="http://wbuscczs01:8443/nexus/content/repositories/stage";
-DtargetRepositoryId=nexus-deploy -Dversion=2.0.3
Bu