You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2008/02/18 20:47:28 UTC

[jira] Closed: (MASSEMBLY-188) manifestEntries are not set in resulting jar

     [ http://jira.codehaus.org/browse/MASSEMBLY-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MASSEMBLY-188.
--------------------------------

    Resolution: Fixed

verified that this is working in trunk (2.2-beta-2-SNAPSHOT).

> 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