-
New Feature
-
Resolution: Fixed
-
Minor
-
None
My ~/.mavenrc has this line
MAVEN_CONFIG=-ntp
This works locally
At Jenkins, withMaven overwrites my MAVEN_CONFIG. Attempt with
MAVEN_CONFIG=-ntp $MAVEN_CONFIG
does not help
[JENKINS-59418] withMaven overwrites local ~/.mavenrc's MAVEN_CONFIG
Summary | Original: ~/mavenrc's MAVEN_CONFIG overwrites withMaven MAVEN_CONFIG | New: ~/.mavenrc's MAVEN_CONFIG overwrites withMaven MAVEN_CONFIG |
Summary | Original: ~/.mavenrc's MAVEN_CONFIG overwrites withMaven MAVEN_CONFIG | New: withMaven overwrites local ~/.mavenrc's MAVEN_CONFIG |
Description |
Original:
My ~/.mavenrc has this line MAVEN_CONFIG=-ntp This works locally At Jenkins likely clears out existing MAVEN_CONFIG set by withMaven. Attempt with MAVEN_CONFIG=-ntp $MAVEN_CONFIG does not help |
New:
My ~/.mavenrc has this line MAVEN_CONFIG=-ntp This works locally At Jenkins, withMaven overwrites my MAVEN_CONFIG. Attempt with MAVEN_CONFIG=-ntp $MAVEN_CONFIG does not help |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |