specifying <manifestFile> does nothing
--------------------------------------
Key: MJAR-17
URL: http://jira.codehaus.org/browse/MJAR-17
Project: Maven 2.x Jar Plugin
Type: Bug
Reporter: darren hartford
Trying to set an existing MANIFEST.MF file as the JAR Manifest, but continues
to generate the default Manifest.
sample config:
==================
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>true</index>
<manifestFile>${basedir}/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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]