http://maven.apache.org/guides/mini/guide-manifest.html shows an example of a nice MANIFEST.MF that includes a version number.
We do not get a version number in our manifests. What triggers the addition of the these entries. Extension-Name: my-app Specification-Vendor: MyCompany Inc Implementation-Vendor: MyCompany Inc Implementation-Title: my-app Implementation-Version: 1.0-SNAPSHOT These seem to have names that are foreign to my usage of Maven. Is there a better reference about how these map to maven properties. Extension-Name: my-app Specification-Vendor: Implementation-Vendor: Implementation-Title: Implementation-Version: Ron --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
