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 2019/08/03 22:15:53 UTC

[maven-integration-testing] 02/03: empty inheritable JAVA_TOOL_OPTIONS

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

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

commit 1c9aef20cb5b2c59e7a69f0e551aaf96aa30e515
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Aug 1 01:04:01 2019 +0200

    empty inheritable JAVA_TOOL_OPTIONS
---
 core-it-suite/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core-it-suite/pom.xml b/core-it-suite/pom.xml
index 82f2496..ce66e0f 100644
--- a/core-it-suite/pom.xml
+++ b/core-it-suite/pom.xml
@@ -333,8 +333,7 @@ under the License.
             <configuration>
               <skip>false</skip>
               <forkMode>once</forkMode>
-              <argLine>${surefireMemory}
-                -Dcom.sun.management.jmxremote=true</argLine>
+              <argLine>${surefireMemory} -Dorg.jenkinsci.plugins.pipeline.maven.eventspy.JenkinsMavenEventSpy.disabled=true</argLine>
               <!-- NOTE: Maven plugins have access to the system class path 
                 so keep it clean -->
               <useSystemClassLoader>false</useSystemClassLoader>