You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/06/16 03:38:51 UTC

svn commit: r785047 - /myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Author: lu4242
Date: Tue Jun 16 01:38:51 2009
New Revision: 785047

URL: http://svn.apache.org/viewvc?rev=785047&view=rev
Log:
remove added profile for assembly because examples pom.xml is for a war, not for a pom package

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=785047&r1=785046&r2=785047&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Tue Jun 16 01:38:51 2009
@@ -17,22 +17,6 @@
     </scm>
 
     <profiles>
-        <!-- This profile is invoked by -DprepareRelease=true.
-             This allows mvn release:prepare to
-             run successfully on the assembly projects.
-             But note than sandbox is never released. -->
-        <profile>
-          <id>prepare-release</id>
-          <activation>
-            <property>
-              <name>prepareRelease</name>
-            </property>
-          </activation>
-          <modules>
-            <module>assembly</module>
-          </modules>
-        </profile>
-    
         <profile>
             <id>generate-assembly</id>
             <activation>