Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "UsingNexus" page has been changed by sebbapache. The comment on this change is: Don't use mvn deploy in anger!. http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=2&rev2=3 -------------------------------------------------- You can then add {{{-Plocal-deploy}}} to the deploy command to change the deployment to use {{{target/deploy}}}. === Creating a Nexus staging release === + '''THIS SECTION IS INCOMPLETE - DO NOT USE YET''' + First, create the SVN tag (with appropriate non-SNAPSHOT version in the pom), check it out into a fresh workspace and build/test the code. Once the code appears to be ready, the Maven artifacts can be deployed: - {{{mvn deploy -Prelease [-DskipTests] [-Plocal-deploy]}}} + '''TO BE DETERMINED - at present mvn deploy -Prelease won't deploy to Nexus, but to the live forge''' The {{{-Plocal-deploy}}} parameter can be used as described above to redirect the deployment to target/deploy. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org