You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/01/26 23:17:03 UTC

[jira] [Commented] (MNG-6725) Skip '.mavenrc' via MAVEN_SKIP_RC=1 and '-Dmaven.skip.rc=true' on child ITs (by default on Jenkins CI).

    [ https://issues.apache.org/jira/browse/MNG-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023989#comment-17023989 ] 

Hudson commented on MNG-6725:
-----------------------------

Build succeeded in Jenkins: Maven TLP » maven » MNG-6071 #33

See https://builds.apache.org/job/maven-box/job/maven/job/MNG-6071/33/

> 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)