Author: awiner
Date: Fri May 26 11:16:33 2006
New Revision: 409711

URL: http://svn.apache.org/viewvc?rev=409711&view=rev
Log:
Hardcode version 2.1.3 of surefire plugin to work around "No Java test 
frameworks found" error

Modified:
    incubator/adffaces/trunk/adf-faces/pom.xml

Modified: incubator/adffaces/trunk/adf-faces/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/pom.xml?rev=409711&r1=409710&r2=409711&view=diff
==============================================================================
--- incubator/adffaces/trunk/adf-faces/pom.xml (original)
+++ incubator/adffaces/trunk/adf-faces/pom.xml Fri May 26 11:16:33 2006
@@ -76,6 +76,14 @@
           </configuration>
         </plugin>
 
+       <!-- To work around "No Java test frameworks found" problem with 2.2 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.1.3</version>
+          <inherited>true</inherited>
+        </plugin>
+
         <plugin>
           <groupId>org.apache.myfaces.adfbuild</groupId>
           <artifactId>maven-xrts-plugin</artifactId>


Reply via email to