You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artifact IDs of the format maven-___-plugin are reserved for plugins in the group ID org.apache.maven.plugins. Please change your artifact ID to the format ___-maven-plugin. In the future this error will break the build.
Calling it maven-<yourplugin>-plugin (note "Maven" is at the beginning of the plugin name) is strongly discouraged since it's a reserved naming pattern for official Apache Maven plugins maintained by the Apache Maven team with group ID org.apache.maven.plugins. Using this naming pattern is an infringement of the Apache Maven Trademark.
Renaming this plugin is trivial, but the real work in this task is adapting all consumers to the new name. In addition the hpi-plugin.version property in the core and plugin parent POMs should be renamed to hpi-maven-plugin.version. PCT consumes this, among other things.
Our Maven build contains the following warning:
This notice elaborates further:
Renaming this plugin is trivial, but the real work in this task is adapting all consumers to the new name. In addition the
hpi-plugin.version
property in the core and plugin parent POMs should be renamed tohpi-maven-plugin.version
. PCT consumes this, among other things.Reference: https://maven.apache.org/guides/plugin/guide-java-plugin-development.html
The text was updated successfully, but these errors were encountered: