You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2013/03/08 01:45:33 UTC

Re: svn commit: r1453990 - /commons/proper/math/trunk/doc/release/release.howto.txt

On 7 March 2013 18:36,  <tn...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1453990 - /commons/proper/math/trunk/doc/release/release.howto.txt

Posted by Thomas Neidhart <th...@gmail.com>.
On 03/08/2013 01:45 AM, sebb wrote:
> On 7 March 2013 18:36,  <tn...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org