use manifest in classesdir/META-INF if exists
---------------------------------------------
Key: MJAR-71
URL: http://jira.codehaus.org/browse/MJAR-71
Project: Maven 2.x Jar Plugin
Issue Type: Improvement
Affects Versions: 2.1
Reporter: Carlos Sanchez
Fix For: 2.2
With 2.1 I need to add this to the pom to use the manifest that it's already in
the classes folder, make this the default
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
--
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