From issues-return-153608-archive-asf-public=cust-asf.ponee.io@maven.apache.org Wed Aug 28 00:12:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 127CC180660 for ; Wed, 28 Aug 2019 02:12:05 +0200 (CEST) Received: (qmail 80224 invoked by uid 500); 28 Aug 2019 00:12:02 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 80113 invoked by uid 99); 28 Aug 2019 00:12:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2019 00:12:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 118DDE30DA for ; Wed, 28 Aug 2019 00:12:02 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 4615B7822A7 for ; Wed, 28 Aug 2019 00:12:00 +0000 (UTC) Date: Wed, 28 Aug 2019 00:12:00 +0000 (UTC) From: "Hudson (Jira)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MNG-6725) Skip '.mavenrc' via MAVEN_SKIP_RC=1 and '-Dmaven.skip.rc=true' on child ITs (by default on Jenkins CI). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MNG-6725?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D169172= 98#comment-16917298 ]=20 Hudson commented on MNG-6725: ----------------------------- Build unstable in Jenkins: Maven TLP =C2=BB maven =C2=BB MNG-5868 #35 See https://builds.apache.org/job/maven-box/job/maven/job/MNG-5868/35/ > Skip '.mavenrc' via MAVEN_SKIP_RC=3D1 and '-Dmaven.skip.rc=3Dtrue' on chi= ld 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 merge= d 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 en= vironment variable to non-zero length value, i.e. MAVEN_SKIP_RC=3D1. > This commit controls skipping '.mavenrc' in {{AbstractMavenIntegrationTes= tCase}}. -- This message was sent by Atlassian Jira (v8.3.2#803003)