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


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

        

Reply via email to