You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/03/04 01:49:28 UTC

[jira] Updated: (MSHADE-20) Take care of Manifest attributes defined in maven-jar-plugin

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

Vincent Siveton updated MSHADE-20:
----------------------------------

    Attachment: MSHADE-20.diff

Here is a test case under doxia-converter [1]

[1] https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-converter

> Take care of Manifest attributes defined in maven-jar-plugin
> ------------------------------------------------------------
>
>                 Key: MSHADE-20
>                 URL: http://jira.codehaus.org/browse/MSHADE-20
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Vincent Siveton
>         Attachments: MSHADE-20.diff
>
>
> Using the following in the POM
> {code:xml} 
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-jar-plugin</artifactId>
>         <configuration>
>           <archive>
>             <manifest>
>               <mainClass>MyMainClass</mainClass>
>               ...
>             </manifest>
>           </archive>
>         </configuration>
>       </plugin>
> {code} 
> The manifest in the generated artifact has a Main-Class attribute but it is not present in the *uber.jar.

-- 
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