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.
+ -->
<profile>
<id>apache-release</id>
<build>