You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/12/28 14:34:25 UTC

[maven-archiver] branch master updated: Added maven-surefire-plugin, maven-failsafe-plugin 2.20.1 based on SUREFIRE-1312 cause we have directories on Jenkins during the run within pipelines.

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

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git


The following commit(s) were added to refs/heads/master by this push:
     new 2da58c4  Added maven-surefire-plugin, maven-failsafe-plugin 2.20.1 based on SUREFIRE-1312 cause we have directories on Jenkins during the run within pipelines.
2da58c4 is described below

commit 2da58c4e9ca814aeb8ed07ac22f873e728709497
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 28 15:33:28 2017 +0100

    Added maven-surefire-plugin, maven-failsafe-plugin 2.20.1
    based on SUREFIRE-1312 cause we have directories on Jenkins
    during the run within pipelines.
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1e3fcb7..b2d8c1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,4 +123,20 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.20.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>2.20.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>

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