Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
3.0.26, 3.11.12, 4.0.2, 4.1-alpha1, 4.1
-
None
-
Operability
-
Low Hanging Fruit
-
All
-
None
-
Description
In their current state, both build.xml and .build/build-resolver.xml refer to the local maven repository by "${user.home}/.m2/repository" in multiple places.
It would be nice instead to have a property store this location, and refer the property vs the actual location itself.
If one needs to change this maven repository location for their environmental purposes, this change makes it easy since it will need to be changed only at one place (the value of the property) vs changing all the direct references to the repository location.