You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/02/22 21:30:04 UTC

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

Author: gpetracek
Date: Tue Feb 22 20:30:03 2011
New Revision: 1073488

URL: http://svn.apache.org/viewvc?rev=1073488&view=rev
Log:
exclude playground per default

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

Modified: myfaces/extensions/cdi/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/pom.xml?rev=1073488&r1=1073487&r2=1073488&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/pom.xml Tue Feb 22 20:30:03 2011
@@ -36,11 +36,14 @@
         <version>0.9.3-SNAPSHOT</version>
     </parent>
 
-    <modules>
-        <module>jsf-playground</module>
-    </modules>
-
     <profiles>
+        <profile>
+            <id>playground</id>
+            <modules>
+                <module>jsf-playground</module>
+            </modules>
+        </profile>
+        
         <!-- This profile is invoked by -DprepareRelease=true.  This allows mvn release:prepare to
             run successfully on the assembly projects. -->
         <profile>