--- Christian Willy Asmussen <[EMAIL PROTECTED]> wrote: > How does one include a default mainfest file on maven:jar?
maven:jar already adds a manifest.mf to the created jar file. The structure is as follows: Manifest-Version: 1.0 Built-By: ringo Created-By: Ant 1.4.1 Name: com.mediagenix.money Specification-Title: money Specification-Vendor: MediaGeniX NV Implementation-Vendor: MediaGeniX NV Specification-Version: 1.1 Implementation-Version: 1.1 Implementation-Title: com.mediagenix.money The values of the fields come from the project.xml file. Do some builds with Maven and then have a look at the manifest.mf that is included in the jar file. Ringo __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
