Dennis Lundberg created WHISKER-14:
--------------------------------------
Summary: 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: Robert Burrell Donkin
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)