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: Parent Pom defines test-deploy profile. http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=11&rev2=12 -------------------------------------------------- {{{mvn deploy -Prelease [-Dgpg.skip] [-DskipTests] -DaltDeploymentRepository=id::default::file:target/deploy}}} - It's difficult to type and remember this parameter. One solution is to create a profile in your settings.xml: + It's difficult to type and remember this parameter. Therefore the Commons Parent POM (from version 16) contains the following profile: {{{ <profile> - <id>local-deploy</id> + <id>test-deploy</id> <properties> <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository> </properties> </profile> }}} - You can then add {{{-Plocal-deploy}}} to the deploy command to change the deployment to use {{{target/deploy}}}. + So you can add {{{-Ptest-deploy}}} to the deploy command to change the deployment to use {{{target/deploy}}}. === Creating a Nexus staging release === --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org