[ https://issues.apache.org/jira/browse/WHISKER-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812074#comment-17812074 ]
ASF subversion and git services commented on WHISKER-14: -------------------------------------------------------- Commit c90e7692863ac69974ceed6fca56a0a0d0433eb7 in creadur-whisker's branch refs/heads/master from Philipp Ottlinger [ https://gitbox.apache.org/repos/asf?p=creadur-whisker.git;h=c90e769 ] WHISKER-14: Add changelog > Change artifactId for the Maven plugin > -------------------------------------- > > Key: WHISKER-14 > URL: https://issues.apache.org/jira/browse/WHISKER-14 > Project: Apache Whisker > Issue Type: Improvement > Reporter: Dennis Lundberg > Assignee: Dennis Lundberg > Priority: Major > Fix For: 0.2 > > > The Maven plugin for Whisker currently has an artifactId of > apache-whisker-plugin4maven, which does not follow the standard naming > conventions for Maven plugins. The standard recommends <tool>-maven-plugin, > where <tool> is the tool that is run through the plugin. In our case the > correct artifactId would be apache-whisker-maven-plugin. > A hint that something is wrong can be seen by this warning in the build log: > {noformat} > [INFO] --- maven-plugin-plugin:3.3:descriptor (mojo-descriptor) @ > apache-whisker-plugin4maven --- > [WARNING] > Goal prefix is specified as: 'plugin'. Maven currently expects it to be > 'apache-whisker4'. > {noformat} > Somone has configured maven-plugin-plugin like this > <goalPrefix>plugin</goalPrefix> which translated to this syntax when calling > the Whisker Maven plugin from the command line: > {noformat} > mvn plugin:generate > {noformat} > which doesn't make any sense. -- This message was sent by Atlassian Jira (v8.20.10#820010)