You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/27 22:15:32 UTC

svn commit: r1377820 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Mon Aug 27 20:15:32 2012
New Revision: 1377820

URL: http://svn.apache.org/viewvc?rev=1377820&view=rev
Log:
added maven-failsafe-plugin, in sync with maven-surefire-plugin

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1377820&r1=1377819&r2=1377820&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Mon Aug 27 20:15:32 2012
@@ -144,6 +144,11 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>2.12</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
           <version>1.4</version>
         </plugin>
@@ -227,7 +232,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12</version>
+          <version>2.12</version><!-- keep maven-failsafe-plugin in sync -->
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>