You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/09/15 15:14:08 UTC

[maven-surefire] branch master updated: [SUREFIRE-1569] m-invoker-p:3.1.0 attempts to reolve maven-surefire-common:jar:2.22.1-SNAPSHOT from remote repo 'apache.snapshots'

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 838f4d6  [SUREFIRE-1569] m-invoker-p:3.1.0 attempts to reolve maven-surefire-common:jar:2.22.1-SNAPSHOT from remote repo 'apache.snapshots'
838f4d6 is described below

commit 838f4d653b8db869af88d6274ede7ca91c2ae7c1
Author: Tibor17 <ti...@apache.org>
AuthorDate: Sat Sep 15 17:04:13 2018 +0200

    [SUREFIRE-1569] m-invoker-p:3.1.0 attempts to reolve maven-surefire-common:jar:2.22.1-SNAPSHOT from remote repo 'apache.snapshots'
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index addfac4..e8e6fb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -476,6 +476,10 @@
           </configuration>
         </plugin>
         <plugin>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
+        <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
           <version>0.8.2</version>