You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/10/21 23:08:42 UTC

svn commit: r828218 - /incubator/openwebbeans/trunk/atinject-tck/pom.xml

Author: gerdogdu
Date: Wed Oct 21 21:08:41 2009
New Revision: 828218

URL: http://svn.apache.org/viewvc?rev=828218&view=rev
Log:
update atinject tck pom

Modified:
    incubator/openwebbeans/trunk/atinject-tck/pom.xml

Modified: incubator/openwebbeans/trunk/atinject-tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/atinject-tck/pom.xml?rev=828218&r1=828217&r2=828218&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/atinject-tck/pom.xml (original)
+++ incubator/openwebbeans/trunk/atinject-tck/pom.xml Wed Oct 21 21:08:41 2009
@@ -37,6 +37,22 @@
 	    </repository>
 	</repositories>    
     
+	<build>
+	    <plugins>
+	      <plugin>
+	        <groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-surefire-plugin</artifactId>
+	        <version>2.4.3</version>
+	        <configuration>
+	          <includes>
+	            <include>**/OpenWebBeansAtInjectTck.java</include>
+	          </includes>
+	        </configuration>
+	      </plugin>
+	    </plugins>
+	  </build>
+    
+    
     <dependencies>
        <dependency>
          <groupId>org.atinject</groupId>
@@ -51,9 +67,10 @@
             <scope>test</scope>            
         </dependency>
         
-		 <dependency>
+        <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-porting</artifactId>
+            <scope>test</scope>
         </dependency>
                 
         <dependency>