[jboss-cvs] JBossAS SVN: r100338 - projects/ejb3/components/nointerface/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 3 07:05:28 EST 2010


Author: jaikiran
Date: 2010-02-03 07:05:27 -0500 (Wed, 03 Feb 2010)
New Revision: 100338

Modified:
   projects/ejb3/components/nointerface/trunk/pom.xml
Log:
EJBTHREE-1989 Moved the testsuite module to a separate integration (Maven) profile

Modified: projects/ejb3/components/nointerface/trunk/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/pom.xml	2010-02-03 12:02:38 UTC (rev 100337)
+++ projects/ejb3/components/nointerface/trunk/pom.xml	2010-02-03 12:05:27 UTC (rev 100338)
@@ -44,7 +44,16 @@
         <module>build</module>
         <module>spi</module>
         <module>impl</module>
-        <module>testsuite</module>
     </modules>
+    
+    <profiles>
+        <!--  An integration profile for running the integration testsuite -->
+        <profile>
+            <id>integration</id>
+            <modules>
+                <module>testsuite</module>
+            </modules>
+        </profile>
+    </profiles>
 
 </project>




More information about the jboss-cvs-commits mailing list