marcelmay/maven-rbc-plugin

Fix plugin artifact name

marcelmay opened this issue · 4 comments

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.

Renamed plugin to rbc-maven-plugin.

I'm still thinking about renaming the git repo and site URL.

Going through the same thing my self.
This is really a pain in the butt, cannot believe they decided to have builds break with plugins using these names...

Yes, it is annoying (and a lesson learned :-) )

New groupId and artifact starting with version 0.6 is now

<plugin>
      <groupId>de.m3y.maven</groupId>
      <artifactId>rbc-maven-plugin</artifactId>
      <version>0.6</version>
</plugin>