-
Enhancement
-
Resolution: Done
-
Major
-
1.0.0-beta-7
Variables in Maven settings file are not resolved.
For instance if you have this node in your settings :
<localRepository>${user.home}/.m2/repository</localRepository>
then Shrinkwrap will create a ${user.home}/.m2/repository in the project directory and use it as local repository.
- duplicates
-
SHRINKRES-42 Import of settings/POM Metadata does not account for System Properties
- Closed