Tobias Bocanegra created SLING-6940:
---------------------------------------
Summary: JSPC plugin violates Maven naming convention
Key: SLING-6940
URL: https://issues.apache.org/jira/browse/SLING-6940
Project: Sling
Issue Type: Bug
Components: Maven Plugins and Archetypes
Affects Versions: Maven JSPC Plugin 2.0.8
Reporter: Tobias Bocanegra
the current plugin name {{maven-jspc-plugin}} violates the maven plugin
convention, as it starts with "maven-":
{noformat}
[INFO] --- maven-plugin-plugin:3.4:helpmojo (help-goal) @ maven-jspc-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.
{noformat}
Suggest to rename it to: {{sling-jspc-maven-plugin}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)