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 20:40:33 UTC

svn commit: r1073469 - /myfaces/extensions/cdi/trunk/test-modules/pom.xml

Author: gpetracek
Date: Tue Feb 22 19:40:33 2011
New Revision: 1073469

URL: http://svn.apache.org/viewvc?rev=1073469&view=rev
Log:
exclude module per default until it's compatible with owb 1.1

Modified:
    myfaces/extensions/cdi/trunk/test-modules/pom.xml

Modified: myfaces/extensions/cdi/trunk/test-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/test-modules/pom.xml?rev=1073469&r1=1073468&r2=1073469&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/test-modules/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/test-modules/pom.xml Tue Feb 22 19:40:33 2011
@@ -34,12 +34,14 @@
         <version>0.9.3-SNAPSHOT</version>
     </parent>
 
-    <modules>
-        <module>base-test-infrastructure-module</module>
-    </modules>
-    
     <profiles>
-
+        <profile>
+            <id>test-infrastructure</id>
+            <modules>
+                <module>base-test-infrastructure-module</module>
+            </modules>
+        </profile>
+        
         <!-- use mvn clean install -Pwebapptest to run the webapp-tests -->
         <profile>
             <id>webapptest</id>