[
https://issues.apache.org/jira/browse/MNG-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17070092#comment-17070092
]
Hudson commented on MNG-6725:
-----------------------------
Build succeeded in Jenkins: Maven TLP » maven » MNG-5868 #51
See https://builds.apache.org/job/maven-box/job/maven/job/MNG-5868/51/
> Skip '.mavenrc' via MAVEN_SKIP_RC=1 and '-Dmaven.skip.rc=true' on child ITs
> (by default on Jenkins CI).
> -------------------------------------------------------------------------------------------------------
>
> Key: MNG-6725
> URL: https://issues.apache.org/jira/browse/MNG-6725
> Project: Maven
> Issue Type: Task
> Components: Integration Tests
> Environment: ASF Jenkins CI
> Reporter: Tibor Digana
> Assignee: Tibor Digana
> Priority: Major
>
> This is related to the problem with MAVEN_OPTS.
> If Jenkins has global '.mavenrc' then the environment variables are merged
> with local ones and applied in Maven JVM which is controlled by
> $MVN_HOME/bin/mvn
> If you want to isolate the JVM from global '.mavenrc', you have to set
> environment variable to non-zero length value, i.e. MAVEN_SKIP_RC=1.
> This commit controls skipping '.mavenrc' in
> {{AbstractMavenIntegrationTestCase}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)