Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-27 Thread Pietro Biondo
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

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-26 Thread Pietro Biondo
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