Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-alpha-1
-
Fix Version/s: 2.1.0, 3.0-alpha-1
-
Component/s: Command Line
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The system properties "org.apache.maven.user-settings" and "org.apache.maven.global-settings" are no longer supported by Maven 3.x. While the first one can easily be replaced by the existing CLI option "--settings", there is currently no possibility to control the location of the global settings.
Full control of the settings is helpful in CI and our own ITs.
Issue Links
| This issue is related to: | ||||
| MNG-3625 | revisit it0026 |
|
|
|
| MNG-294 | installation-wide configuration |
|
|
|
| MNG-557 | Add --settings to be able to control the settings.xml file the m2 cli uses |
|
|
|
| MNGECLIPSE-743 | [mng] Allow to use another global settings than the one in the conf directory of the maven installation |
|
|
|
| MNG-3908 | Review documentation in maven-distribution/src/conf/settings.xml for mvn 3.0 |
|
|
|
Added in r726563.