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 2008/12/03 03:26:09 UTC

svn commit: r722718 - /myfaces/extensions/validator/trunk/examples/pom.xml

Author: lu4242
Date: Tue Dec  2 18:26:09 2008
New Revision: 722718

URL: http://svn.apache.org/viewvc?rev=722718&view=rev
Log:
update pom.xml removing add assembly when deploy (via -DperformRelease=true) 

Modified:
    myfaces/extensions/validator/trunk/examples/pom.xml

Modified: myfaces/extensions/validator/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/examples/pom.xml?rev=722718&r1=722717&r2=722718&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/examples/pom.xml (original)
+++ myfaces/extensions/validator/trunk/examples/pom.xml Tue Dec  2 18:26:09 2008
@@ -85,19 +85,6 @@
                 </plugins>
             </build>
         </profile>
-
-        <profile>
-            <id>perform-release</id>
-            <activation>
-                <property>
-                    <name>performRelease</name>
-                    <value>true</value>
-                </property>
-            </activation>
-            <modules>
-                <module>assembly</module>
-            </modules>
-        </profile>
     </profiles>
 
     <properties>