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 2021/05/04 19:54:11 UTC

[maven-surefire] branch userDir created (now 7df99f3)

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

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


      at 7df99f3  https://github.com/quarkusio/quarkus/issues/16195

This branch includes the following new commits:

     new 7df99f3  https://github.com/quarkusio/quarkus/issues/16195

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-surefire] 01/01: https://github.com/quarkusio/quarkus/issues/16195

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7df99f3bc3af21739d2ea6c1cdbdc956de7ded49
Author: tibordigana <ti...@gmail.com>
AuthorDate: Tue May 4 21:54:02 2021 +0200

    https://github.com/quarkusio/quarkus/issues/16195
---
 .../main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
index 18cfa72..3fab9f0 100644
--- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
@@ -1222,7 +1222,6 @@ public abstract class AbstractSurefireMojo
                                                              getUserProperties(), sysProps );
 
         result.setProperty( "basedir", getBasedir().getAbsolutePath() );
-        result.setProperty( "user.dir", getWorkingDirectory().getAbsolutePath() );
         result.setProperty( "localRepository", getLocalRepository().getBasedir() );
         if ( isForking() )
         {