Can't use property names in resources element
---------------------------------------------
Key: MRESOURCES-38
URL: http://jira.codehaus.org/browse/MRESOURCES-38
Project: Maven 2.x Resources Plugin
Issue Type: Bug
Affects Versions: 2.2
Environment: Windows XP Professional. JDK 1.5
Reporter: Zarar Siddiqi
{code:xml}
<build>
<resources>
<resource>
<directory>target/gen/doclet/WEB-INF/classes/META-INF</directory>
<filtering>true</filtering>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
{code}
I can't use {{${project.build.directory}}} instead of _target_ in the
_directory_ element in the above snippet. Same is true for other Maven and
project properties.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira