Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.7
-
Fix Version/s: 2.0.8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
(Pulled Item 2 of Issue 80 out to this Issue):
when i use a settings file in antlib like in
<property name="gs" value="d:/laglap3/HEAD_CI/tools/maven-2.0.7/conf/settings.xml"/>
<install file="target/xxx.jar" settingsFile="$
">
and, in the settings file, I use a environment variable, like:
<localRepository>$
/mavenrepo</localRepository>
then this environment variable MPA_ROOT is NOT resolved to its value.
Note that this is inconsistent to the behaviour of mvn.bat
Issue Links
- is duplicated by
-
MANTTASKS-93
variables not interpolated while reading settings.xml
-
- is related to
-
MANTTASKS-80
weak/Inconsistent handling of settings
-
fixed in r593783