This plugin's name conflicts with the maven plugin naming convention.
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 groupId org.apache.maven.plugins. Using this naming pattern is an infringement of the Apache Maven Trademark.
As far as I can see a compliant name would be notice-maven-plugin.
This plugin's name conflicts with the maven plugin naming convention.
As far as I can see a compliant name would be
notice-maven-plugin.