You can create your own MANIFEST.MF file and put it in src/main/resources/META-INF, and it should be picked up and inserted into your Jar automatically.
Then you can use whatever format, content, etc that you desire. You can even use filtering to get Maven to insert version etc. Wayne On 1/22/08, Arthur Rodrigues Stilben <[EMAIL PROTECTED]> wrote: > How can I produce a manifest file like this: > > > Manifest-Version: 1.0 > Ant-Version: Apache Ant 1.6.5 > Created-By: 1.4.2_10-b03 (Sun Microsystems Inc.) > Built-By: lukas > Maven-Version: 1.1-beta-3-SNAPSHOT > > Name: org/apache/maven > Extension-name: org.apache.maven > Specification-Title: Create jar files > Specification-Vendor: Apache Software Foundation > Specification-Version: 1.8 > Implementation-Title: org.apache.maven > Implementation-Vendor: Apache Software Foundation > Implementation-Version: 1.8-SNAPSHOT > > > Arthur Rodrigues Stilben > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
