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