Gary Tully created AMQ-4169:
-------------------------------
Summary: correct maven-X-plugin naming to respect convention
Key: AMQ-4169
URL: https://issues.apache.org/jira/browse/AMQ-4169
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.7.0
Reporter: Gary Tully
Fix For: 5.8.0
maven is barfing at out plugin naming.
{code}
[INFO]
[INFO] --- maven-plugin-plugin:3.1:descriptor (default-descriptor) @
maven-activemq-plugin ---
[ERROR]
Artifact Ids of the format maven-___-plugin are reserved for
plugins in the Group Id org.apache.maven.plugins
Please change your artifactId to the format ___-maven-plugin
In the future this error will break the build.
{code}
--
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