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 2017/12/20 09:27:15 UTC

[maven-ant-plugin] 06/48: o set surefire version to try to avoid CI build failures

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit 8cdef31d6c25c8b4b217924c7911829c571847f0
Author: Vincent Siveton <vs...@apache.org>
AuthorDate: Thu Aug 30 10:13:00 2007 +0000

    o set surefire version to try to avoid CI build failures
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@571100 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                  | 15 +++++++++++++++
 src/it/ear-it/pom.xml    |  6 ++++++
 src/it/plugin-it/pom.xml |  6 ++++++
 src/it/webapp-it/pom.xml |  6 ++++++
 4 files changed, 33 insertions(+)

diff --git a/pom.xml b/pom.xml
index 332635a..0e8a758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,16 @@ under the License.
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+    </plugins>
+  </build>
+
   <profiles>
     <profile>
       <id>integration-tests</id>
@@ -245,6 +255,11 @@ under the License.
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <version>2.3</version>
+          </plugin>
         </plugins>
       </build>
     </profile>
diff --git a/src/it/ear-it/pom.xml b/src/it/ear-it/pom.xml
index a7c99b8..6cd907e 100644
--- a/src/it/ear-it/pom.xml
+++ b/src/it/ear-it/pom.xml
@@ -78,6 +78,12 @@ under the License.
         <artifactId>maven-ant-plugin</artifactId>
         <version>2.1-SNAPSHOT</version>
       </plugin>
+      <plugin>
+        <inherited>true</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
diff --git a/src/it/plugin-it/pom.xml b/src/it/plugin-it/pom.xml
index 232e13d..0e2de7d 100644
--- a/src/it/plugin-it/pom.xml
+++ b/src/it/plugin-it/pom.xml
@@ -100,6 +100,12 @@ under the License.
         <artifactId>maven-ant-plugin</artifactId>
         <version>2.1-SNAPSHOT</version>
       </plugin>
+      <plugin>
+        <inherited>true</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/src/it/webapp-it/pom.xml b/src/it/webapp-it/pom.xml
index 5b3558b..4905050 100644
--- a/src/it/webapp-it/pom.xml
+++ b/src/it/webapp-it/pom.xml
@@ -82,6 +82,12 @@ under the License.
         <artifactId>maven-ant-plugin</artifactId>
         <version>2.1-SNAPSHOT</version>
       </plugin>
+      <plugin>
+        <inherited>true</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
     </plugins>
   </build>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.