[ http://jira.codehaus.org/browse/MJAR-57?page=comments#action_74052 ] Wendy Smoak commented on MJAR-57: ---------------------------------
More like: 'new functionality that either doesn't work or is not adequately documented'. :) >From discussion elsewhere, users wanted to be able to prevent >Specification-Title, etc., from appearing in the manifest, so I imagine that's >why the default was changed. That's fine, but now I can't figure out how to get it back in there with <configuration>. Apparently supplying your own MANIFEST.MF is an option and that will probably be okay as a workaround until this is either fixed, or someone points out what I'm doing wrong. Where are the docs for what is allowed in <configuration>? Specifically, inside <manifest> ? > Specification and Implementation details missing from manifest > -------------------------------------------------------------- > > Key: MJAR-57 > URL: http://jira.codehaus.org/browse/MJAR-57 > Project: Maven 2.x Jar Plugin > Issue Type: Bug > Affects Versions: 2.1 > Reporter: Wendy Smoak > > The manifest customization page claims that Specification and Implementation > details will be included in the jar file manifest by default: > > http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html > This does not happen, the default manifest contains only > Manifest-Version: 1.0 > Archiver-Version: Plexus Archiver > Created-By: Apache Maven > Built-By: wsmoak > Build-Jdk: 1.5.0_05 > On the user list, the following configuration was suggested, but it does not > produce any additional entries in the manifest. > <configuration> > <manifest> > <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> > <addDefaultImplementationEntries>true</addDefaultImplementationEntries> > </manifest> > </configuration> -- 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
