[ http://jira.codehaus.org/browse/MASSEMBLY-74?page=comments#action_61578 ] 

Napoleon Esmundo C. Ramirez commented on MASSEMBLY-74:
------------------------------------------------------

This issue was discovered while investigating MASSEMBLY-64.  Since MASSEMBLY-64 
already has a solution, I think it's best to refer there, and use the patch 
attached there as it also fixes this issue.

> 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

Reply via email to