You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2012/03/07 20:13:44 UTC

Re: svn commit: r1298027 - /commons/proper/commons-parent/trunk/pom.xml

On Wed, Mar 7, 2012 at 12:30 PM, <se...@apache.org> wrote:

> Author: sebb
> Date: Wed Mar  7 17:30:32 2012
> New Revision: 1298027
>
> URL: http://svn.apache.org/viewvc?rev=1298027&view=rev
> Log:
> Document profiles
>
> Modified:
>    commons/proper/commons-parent/trunk/pom.xml
>
> Modified: commons/proper/commons-parent/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1298027&r1=1298026&r2=1298027&view=diff
>
> ==============================================================================
> --- commons/proper/commons-parent/trunk/pom.xml (original)
> +++ commons/proper/commons-parent/trunk/pom.xml Wed Mar  7 17:30:32 2012
> @@ -545,6 +545,11 @@ Version 23:
>       </distributionManagement>
>     </profile>
>
> +    <!--
> +         Profile for Commons releases via Nexus.
> +         Assembles artifacts, creates source and javadoc jars, signs them
> and adds hashes.
> +         Does not use maven release plugin.
> +    -->
>     <profile>
>       <id>release</id>
>       <build>
> @@ -704,6 +709,10 @@ Version 23:
>       </build>
>     </profile>
>
> +     <!--
> +       profile to synchronise with Apache parent pom profile of the same
> name.
> +       Uses the Maven Release Plugin.
> +     -->
>

What do you mean by "synchronise" here? Isn't this be the same as
"releasing"?

Gary

    <profile>
>       <id>apache-release</id>
>       <build>
>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1298027 - /commons/proper/commons-parent/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 7 March 2012 19:13, Gary Gregory <ga...@gmail.com> wrote:
> On Wed, Mar 7, 2012 at 12:30 PM, <se...@apache.org> wrote:
>
>> Author: sebb
>> Date: Wed Mar  7 17:30:32 2012
>> New Revision: 1298027
>>
>> URL: http://svn.apache.org/viewvc?rev=1298027&view=rev
>> Log:
>> Document profiles
>>
>> Modified:
>>    commons/proper/commons-parent/trunk/pom.xml
>>
>> Modified: commons/proper/commons-parent/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1298027&r1=1298026&r2=1298027&view=diff
>>
>> ==============================================================================
>> --- commons/proper/commons-parent/trunk/pom.xml (original)
>> +++ commons/proper/commons-parent/trunk/pom.xml Wed Mar  7 17:30:32 2012
>> @@ -545,6 +545,11 @@ Version 23:
>>       </distributionManagement>
>>     </profile>
>>
>> +    <!--
>> +         Profile for Commons releases via Nexus.
>> +         Assembles artifacts, creates source and javadoc jars, signs them
>> and adds hashes.
>> +         Does not use maven release plugin.
>> +    -->
>>     <profile>
>>       <id>release</id>
>>       <build>
>> @@ -704,6 +709,10 @@ Version 23:
>>       </build>
>>     </profile>
>>
>> +     <!--
>> +       profile to synchronise with Apache parent pom profile of the same
>> name.
>> +       Uses the Maven Release Plugin.
>> +     -->
>>
>
> What do you mean by "synchronise" here? Isn't this be the same as
> "releasing"?

No, I meant that the pom settings now agree with the Apache parent pom profile.

Could be worded better ...

> Gary
>
>    <profile>
>>       <id>apache-release</id>
>>       <build>
>>
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org