Jasig / maven-notice-plugin

Apache License 2.0
7 stars 16 forks source link

Project name conflicts with the maven plugin naming convention #19

Open jakobbraun opened 4 years ago

jakobbraun commented 4 years ago

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.

jakobbraun commented 4 years ago

Could we rename the project? I would create a PR for that, but you would still have to rename the repository.

ChristianMurphy commented 3 years ago

FWIW this project predates a lot of the Apache rules. That said this has been raised with the uPortal project, who currently manage/own the plugin on maven.