You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/08/01 09:42:41 UTC

[maven-integration-testing] branch master updated: [MNG-6720] MultiThreadedBuilder: wait for parallel running projects when using --fail-fast

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fee37c6  [MNG-6720] MultiThreadedBuilder: wait for parallel running projects when using --fail-fast
fee37c6 is described below

commit fee37c64b197ef094a1a966ddd60e2aaffbe612c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Aug 1 11:42:01 2019 +0200

    [MNG-6720] MultiThreadedBuilder: wait for parallel running projects when using --fail-fast
    
    Add missing dependency for Jenkins:
    org.codehaus.plexus:plexus-container-default:jar:1.5.5
---
 core-it-suite/src/test/resources/bootstrap/group-8/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core-it-suite/src/test/resources/bootstrap/group-8/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-8/pom.xml
index e04aaf8..bf8f15c 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-8/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-8/pom.xml
@@ -99,5 +99,10 @@ under the License.
       <artifactId>surefire-junit4</artifactId>
       <version>2.12.4</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.5.5</version>
+    </dependency>
   </dependencies>
 </project>