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 > + $ mvn clean deploy -Ptest-deploy > > should create the artefacts in the "target/deploy". > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org