You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Allan Ramirez (JIRA)" <ji...@codehaus.org> on 2006/03/21 12:08:12 UTC

[jira] Closed: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.

     [ http://jira.codehaus.org/browse/MASSEMBLY-74?page=all ]
     
Allan Ramirez closed MASSEMBLY-74:
----------------------------------

    Resolution: Fixed

Applied.. Thanks

> MANIFEST.MF is not used when specified in configuration.
> --------------------------------------------------------
>
>          Key: MASSEMBLY-74
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-74
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Napoleon Esmundo C. Ramirez
>      Fix For: 2.1
>  Attachments: MASSEMBLY-74-maven-assembly-plugin.patch, MASSEMBLY-74-maven-assembly-plugin.patch
>
>
> If a project is assembled this way, the MANIFEST.MF is not used.
> <project>
>   ...
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
>           <descriptorId>jar-with-dependencies</descriptorId>
>           <archive>
>             <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
>   ...
> </project>

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