... but you probably don't want the default, and should specify your own. :)
I think the defaults in this version are more sensible than last time, where they were blatantly incorrect. But they probably still require some customisation. - Brett On 05/09/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
Version 2.1 of the Maven Jar Plugin was just released, and the default jar file manifest has changed. See: http://jira.codehaus.org/browse/MJAR-57 If you want the Specification and Implementation details listed, this configuration needs to be added to the pom: <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> </archive> </configuration> </plugin> -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Apache Maven - http://maven.apache.org "Better Builds with Maven" book - http://library.mergere.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]