[webbeans-commits] Webbeans SVN: r2742 - ri/trunk/jboss-tck-runner.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jun 2 08:57:38 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-02 08:57:38 -0400 (Tue, 02 Jun 2009)
New Revision: 2742

Modified:
   ri/trunk/jboss-tck-runner/pom.xml
Log:
Move tck-impl into a profile so that m2eclipse doesn't pick it up

Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-06-02 11:12:50 UTC (rev 2741)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-06-02 12:57:38 UTC (rev 2742)
@@ -34,11 +34,6 @@
       </dependency>
       
       <dependency>
-         <groupId>org.jboss.jsr299.tck</groupId>
-         <artifactId>jsr299-tck-impl</artifactId>
-      </dependency>
-      
-      <dependency>
          <groupId>org.jboss.test-harness</groupId>
          <artifactId>jboss-test-harness-jboss-as-50</artifactId>
       </dependency>
@@ -124,6 +119,20 @@
    
    <profiles>
       <profile>
+         <id>run</id>
+         <activation>
+            <activeByDefault /> 
+         </activation>
+         <dependencies>
+                  
+		      <dependency>
+		         <groupId>org.jboss.jsr299.tck</groupId>
+		         <artifactId>jsr299-tck-impl</artifactId>
+		      </dependency>
+		      
+         </dependencies>
+      </profile>
+      <profile>
          <id>incontainer-debug</id>
          <activation>
             <property>




More information about the weld-commits mailing list