Bug in chapter 12.5.4.1. about outputFileNameMapping
some confusion about the feature outputFileNameMapping:
WRONG in sonatype doc, 12.5.4.1. Customizing Dependency Output Location :
${module.artifactId}.${module.extension}
CORRECT:
${artifact.artifactId}.${artifact.extension}
OR default:
${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}
WRONG in sonatype doc, 12.5.4.1. Customizing Dependency Output Location :
${module.artifactId}.${module.extension}
CORRECT:
${artifact.artifactId}.${artifact.extension}
OR default:
${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
-
Inappropriate?Yes, you are absolutely right this was a total oversight. I've changed it to use:
${artifact.artifactId}.${artifact.extension}
Loading Profile...



EMPLOYEE