You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mb...@apache.org on 2007/03/19 22:42:15 UTC

svn commit: r520116 - in /myfaces/core/branches/jsf12: api/pom.xml impl/pom.xml

Author: mbr
Date: Mon Mar 19 14:42:14 2007
New Revision: 520116

URL: http://svn.apache.org/viewvc?view=rev&rev=520116
Log:
fix build problem with wrong surefire plugin version (need 2.3 to work support testng) the version for the plugin is now defined in parent pom

Modified:
    myfaces/core/branches/jsf12/api/pom.xml
    myfaces/core/branches/jsf12/impl/pom.xml

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?view=diff&rev=520116&r1=520115&r2=520116
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Mon Mar 19 14:42:14 2007
@@ -19,11 +19,6 @@
   <build>
   	<plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
-      </plugin>
-      <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>
@@ -32,10 +27,6 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.1.2</version>
       </plugin>
       <plugin>
         <!--

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=520116&r1=520115&r2=520116
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Mon Mar 19 14:42:14 2007
@@ -28,7 +28,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.1.2</version>
         <configuration>
           <excludes>
             <exclude>**/JspStateManagerImplTest*</exclude>