Antrun does not fully expand ${setting.x} properties before passing them to ant
-------------------------------------------------------------------------------
Key: MANTRUN-169
URL: https://jira.codehaus.org/browse/MANTRUN-169
Project: Maven 2.x Antrun Plugin
Issue Type: Bug
Affects Versions: 1.6
Reporter: Benson Margulies
In a parent POM of the current project, <properties> includes:
<bt.root.location>${settings.localRepository}/bt/jug/bt_root</bt.root.location>
<bt.libdir>${bt.root.location}/rlp/lib/${bt.arch}</bt.libdir>
the antrun plugin passes bt.libdir to ant as:
${settings.localRepository}/bt/jug/bt_root
It does not replace settings.localRepository before passing it through. This
doesn't work very well.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira