[ http://jira.codehaus.org/browse/MASSEMBLY-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143848#action_143848 ]
Nicolas Dupont commented on MASSEMBLY-245: ------------------------------------------ Same issue for me with 2.2beta2. Here is my pom.xml extract : <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <archive> <manifestSections> <manifestSection> <name>section</name> <manifestEntries> <FooName>Foo</FooName> <FooClass>com.Foo</FooClass> </manifestEntries> </manifestSection> </manifestSections> </archive> </configuration> </plugin> > Manifest configuration does not work properly > --------------------------------------------- > > Key: MASSEMBLY-245 > URL: http://jira.codehaus.org/browse/MASSEMBLY-245 > Project: Maven 2.x Assembly Plugin > Issue Type: Bug > Affects Versions: 2.2-beta-1 > Environment: XP > Reporter: David Hoffer > > The documentation at > http://maven.apache.org/plugins/maven-assembly-plugin/usage.html > states..."the Assembly Plugin supports configuration of an <archive> element > which is identical to that supported by the maven-jar-plugin" > However when I add a manifestEntries section just like I have in my > maven-jar-plugin configuration, it is ignored by the assembly plugin. The > manifest section works but not manifestEntries. > I need both sections to work as documented. -- 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