-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: All
Maven reads its settings from either of two places.
From http://maven.apache.org/settings.html :
"There are two locations where a settings.xml file may live:
The Maven install: $M2_HOME/conf/settings.xml
A user's install: ${user.home}/.m2/settings.xml"
Hudson, however, reads only the user specific settings and ignores the site-wide
settings.
It would be more consistent if hudson did exactly the same as maven:
It should read $M2_HOME/conf/settings.xml if ${user.home}/.m2/settings.xml can't
be found.
- duplicates
-
JENKINS-1088 settings.xml not read by m2 project
- Closed