[ http://jira.codehaus.org/browse/MASSEMBLY-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129290#action_129290 ]
Petar Tahchiev commented on MASSEMBLY-188: ------------------------------------------ I am currently using 2.2-beta2 and it is not working. :-( > manifestEntries are not set in resulting jar > -------------------------------------------- > > Key: MASSEMBLY-188 > URL: http://jira.codehaus.org/browse/MASSEMBLY-188 > Project: Maven 2.x Assembly Plugin > Issue Type: Bug > Affects Versions: 2.1 > Environment: maven 2.0.5, windows/linux > Reporter: Vlad Skarzhevskyy > Assignee: John Casey > Fix For: 2.2-beta-2 > > > archive manifestEntries are not set in resulting jar. even so the mainClass > is set properly. > assembly format is jar > Example: > <configuration> > <attach>true</attach> > <appendAssemblyId>false</appendAssemblyId> > <descriptors> > <descriptor>assembly.xml</descriptor> > </descriptors> > <archive> > <manifest> > <mainClass>org.microemu.app.Main</mainClass> > </manifest> > <manifestEntries> > <Build-Number>${label}</Build-Number> > <Build-Time>${cctimestamp}</Build-Time> > </manifestEntries> > </archive> > </configuration> > full pom is here: > http://microemulator.svn.sourceforge.net/viewvc/microemulator/trunk/microemulator/microemulator/ -- 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