Interpolation of descriptor uses project.model.properties, not
project.properties
---------------------------------------------------------------------------------
Key: MASSEMBLY-149
URL: http://jira.codehaus.org/browse/MASSEMBLY-149
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.1
Reporter: Kenney Westerhof
Some plugins add properties to MavenProject.getProperties(), like build number
or timestamp.
The assembly plugin's interpolation scheme only checks
MavenProject.getModel().getProperties(),
which should contain the unmodified pom.xml content. Therefore it should use
MavenProject.getProperties()
in the interpolation.
--
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