On 03/08/2013 01:45 AM, sebb wrote: > On 7 March 2013 18:36, <t...@apache.org> wrote: >> Author: tn >> Date: Thu Mar 7 18:36:15 2013 >> New Revision: 1453990 >> >> URL: http://svn.apache.org/r1453990 >> Log: >> Fix first step in release howto. >> >> Modified: >> commons/proper/math/trunk/doc/release/release.howto.txt >> >> Modified: commons/proper/math/trunk/doc/release/release.howto.txt >> URL: >> http://svn.apache.org/viewvc/commons/proper/math/trunk/doc/release/release.howto.txt?rev=1453990&r1=1453989&r2=1453990&view=diff >> ============================================================================== >> --- commons/proper/math/trunk/doc/release/release.howto.txt (original) >> +++ commons/proper/math/trunk/doc/release/release.howto.txt Thu Mar 7 >> 18:36:15 2013 >> @@ -21,7 +21,7 @@ Preliminary checks: >> As a first optional step, you can test that everything works locally, i.e. >> that the build process can create all the necessary artefacts. The command >> >> - $ mvn clean deploy -Prelease -Ptest-deploy > > Why did you drop the release profile? > > That changes the behaviour of deploy. > > If you want to suppress signing, you can do so with -Dgpg.sign=false
This was due to a false assumption in logging. When using -Prelease the artifacts were still deployed to nexus, so I thought this is wrong. In fact it was due to a redefined profile in the pom, and I already corrected this file. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org