Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:XP
-
Number of attachments :
Description
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>$
</myEntry>
where the end result is that in the MANIFEST file I will have:
myEntry: 1.23
Have a look at http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
The manifestEntries attribute should that.
Can you test that and add a comment ?
Thanks.