You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/11/27 15:16:40 UTC

svn commit: r1039687 - /myfaces/extensions/cdi/trunk/pom.xml

Author: jakobk
Date: Sat Nov 27 14:16:40 2010
New Revision: 1039687

URL: http://svn.apache.org/viewvc?rev=1039687&view=rev
Log:
update comment for apache-release profile

Modified:
    myfaces/extensions/cdi/trunk/pom.xml

Modified: myfaces/extensions/cdi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/pom.xml?rev=1039687&r1=1039686&r2=1039687&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/pom.xml Sat Nov 27 14:16:40 2010
@@ -499,8 +499,12 @@
         <!--
             Add the assembly module when performing an apache-release
             
-            NOTE: that this profile will automatically be added to the release
-            process by the maven-release-plugin.
+            USAGE:
+             - mvn release:prepare -Papache-release
+             - mvn release:perform -Papache-release
+
+            NOTE that for the maven lifecycle invoked by the release plugin, -Papache-release will
+            be added automatically because of the config in apache-parent-7.
         -->
         <profile>
             <id>apache-release</id>