Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-archiver-2.5
-
None
-
on-line site
Maven 3.0.4
Description
In the examples/manifest.html page it says:
If your pom.xml does not have a <name> element, then the Specification-Title and Implementation-Title entries will have "Unnamed - ${project.groupId}:${project.artifactId}:${project.version}" as their value.
This is not true (at least not for Implementation-Title). If name is not specified, artifactId is used. I think this is somethings that happens within Maven Core. Maybe this is a Maven 3 thing?