mojohaus / maven-native

https://www.mojohaus.org/maven-native/
MIT License
18 stars 12 forks source link

Plugin name does not adhere to Apache PMC guidelines #20

Closed hendriks73 closed 6 years ago

hendriks73 commented 6 years ago

Plugin names starting with maven aren't allowed anymore. See https://github.com/maven-nar/nar-maven-plugin/wiki/Frequently_Asked_Questions#q-why-was-the-plugin-renamed-to-nar-maven-plugin for details.

"maven-native" should probably be renamed to "native-maven-plugin", unless that's already taken.

dantran commented 6 years ago

as long as the plugin artifactId is not maven-xxxx-plugin we should be OK.

hendriks73 commented 6 years ago

I didn't realize that's the exact pattern they don't like. Just wanted to make you aware of it (which apparently you are).

ctubbsii commented 6 years ago

The plugin name already follows the conventions. See https://github.com/mojohaus/maven-native/blob/master/native-maven-plugin/pom.xml#L10 This issue can be closed.