[ https://jira.codehaus.org/browse/MJAVADOC-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ryenus updated MJAVADOC-376: ---------------------------- Description: We need an easier way to customize the name of the generated javadoc jar file. * For maven-jar-plugin, there's a {{classifier}} attribute. * For maven-source-plugin, it's even better, there's a {{maven.source.classifier}} property But for maven-javadoc-plugin, there's no chance to customize, the classifier is hardcoded to "javadoc", making it very hard to customize the file name of the generated javadoc jar, which is needed when a classifier is needed to differentiate an artifact for multiple jdk vesions. By adding support for the {{maven.javadoc.classifier}} property, it would be much more straightforward and consistent. Thanks was: We need an easier way to customize the name of the generated javadoc jar file. * For maven-jar-plugin, there's a {{classifier}} attribute. * For maven-source-plugin, it's even better, there's a {{maven.source.classifier}} property But for maven-javadoc-plugin, there's NOTHING, I guess we have to use the assembly plugin to do it. By adding support for the {{maven.javadoc.classifier}} property, it would be much more straightforward and consistent. Thanks > please add property 'maven.javadoc.classifier' > ---------------------------------------------- > > Key: MJAVADOC-376 > URL: https://jira.codehaus.org/browse/MJAVADOC-376 > Project: Maven Javadoc Plugin > Issue Type: Improvement > Reporter: ryenus > > We need an easier way to customize the name of the generated javadoc jar file. > * For maven-jar-plugin, there's a {{classifier}} attribute. > * For maven-source-plugin, it's even better, there's a > {{maven.source.classifier}} property > But for maven-javadoc-plugin, there's no chance to customize, the classifier > is hardcoded to "javadoc", making it very hard to customize the file name of > the generated javadoc jar, which is needed when a classifier is needed to > differentiate an artifact for multiple jdk vesions. > By adding support for the {{maven.javadoc.classifier}} property, it would be > much more straightforward and consistent. > Thanks -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira