Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.7
-
Labels:None
-
Environment:this is from looking at the documentation at the web site as of 2005/01/10
-
Number of attachments :
Description
For maven.final.name, the documentation says that it defaults to $
{project.id}-$
{project.currentVersion}.
However, I believe it should be $
{pom.artifactId}-$
{pom.currentVersion}, correct?
Yes, that's right. Thanks for noticing it...