Hi,
how do I add manifest entries to the generated Jar file? I have tried
various things in the style of
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<manifestEntries>
<manifestEntry>
<key>Name</key>
<value>org/apache/xmlrpc/</value>
</manifestEntry>
</manifestEntries>
</manifest>
</archive>
</configuration>
</plugin>
none of which seem to be working?
Regards,
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]