[
https://issues.apache.org/jira/browse/WHISKER-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg resolved WHISKER-14.
------------------------------------
Resolution: Fixed
Assignee: Dennis Lundberg (was: Robert Burrell Donkin)
Fixed in [r1622990|http://svn.apache.org/viewvc?view=revision&revision=1622990].
> 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
> 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
(v6.3.4#6332)