You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/12/02 01:31:25 UTC

[maven-surefire] branch master updated: plexus-java as a property to ease testing

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

olamy 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 db16777  plexus-java as a property to ease testing
db16777 is described below

commit db16777568e87447813b2ee1b15e9b079211f098
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Dec 2 11:31:06 2019 +1000

    plexus-java as a property to ease testing
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8fa1432..7c38b72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
     <commonsIoVersion>2.6</commonsIoVersion>
     <doxiaVersion>1.9</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
+    <plexus-java-version>1.0.3</plexus-java-version>
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->
     <mavenSharedUtilsVersion>3.1.0</mavenSharedUtilsVersion>
     <powermockVersion>2.0.4</powermockVersion>
@@ -328,7 +329,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-java</artifactId>
-        <version>1.0.3</version>
+        <version>${plexus-java-version}</version>
       </dependency>
       <dependency>
         <groupId>org.junit.platform</groupId>