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/12/17 19:40:20 UTC

svn commit: r1050466 - /myfaces/current20/pom.xml

Author: jakobk
Date: Fri Dec 17 18:40:20 2010
New Revision: 1050466

URL: http://svn.apache.org/viewvc?rev=1050466&view=rev
Log:
add test-webapp module via profile

Modified:
    myfaces/current20/pom.xml

Modified: myfaces/current20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current20/pom.xml?rev=1050466&r1=1050465&r2=1050466&view=diff
==============================================================================
--- myfaces/current20/pom.xml (original)
+++ myfaces/current20/pom.xml Fri Dec 17 18:40:20 2010
@@ -42,9 +42,19 @@
   <modules>
     <module>shared</module>
     <module>core</module>
-    <!-- module>test-webapp</module  -->
   </modules>
 
+  <profiles>
+
+      <!-- add -Ptestwebapp to include the test-webapp in the build -->
+      <profile>
+          <id>testwebapp</id>
+          <modules>
+              <module>test-webapp</module>
+          </modules>
+      </profile>
+  </profiles>
+
   <build>
   	<defaultGoal>install</defaultGoal>
   </build>