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 2010/03/19 22:11:56 UTC

svn commit: r925423 - /openwebbeans/trunk/pom.xml

Author: gerdogdu
Date: Fri Mar 19 21:11:55 2010
New Revision: 925423

URL: http://svn.apache.org/viewvc?rev=925423&view=rev
Log:
Update pom for updating surefire plugin

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=925423&r1=925422&r2=925423&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Fri Mar 19 21:11:55 2010
@@ -263,9 +263,14 @@
 	     <plugin>
 		<groupId>org.apache.maven.plugins</groupId>
 		<artifactId>maven-surefire-plugin</artifactId>
-		<version>2.4.3</version>
-		<executions>
-		</executions>
+		<version>2.5</version>
+                <configuration>
+	          <includes>
+	            <include>**/*Test.java</include>
+	            <include>**/*TestCase.java</include>
+	            <include>**/*Tests*.java</include>
+        	  </includes>
+	        </configuration>
 	    </plugin>
         <!-- force generating a *-sources.jar when building a jar, e.g. for a snapshot release -->
         <plugin>