I want to be able to specify dynamic data for manifestEntries
-------------------------------------------------------------
Key: MJAR-85
URL: http://jira.codehaus.org/browse/MJAR-85
Project: Maven 2.x Jar Plugin
Issue Type: Improvement
Affects Versions: 2.1
Environment: XP
Reporter: David Hoffer
In the configuration - archive - manifestEntries section I want to be able to
specify dynamic data for manifestEntries. The dynamic data is the version of
dependent artifacts.
E.x. If I have a dependency on artifactId=abc version=[1.0,2.0)
I want to have a manifest Entry of something like:
<myEntry>${abc.version}</myEntry>
where the end result is that in the MANIFEST file I will have:
myEntry: 1.23
--
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