Closed bdemers closed 2 years ago
The plugin name has changed from maven-notice-plugin to notice-maven-plugin to match Maven naming guidelines.
maven-notice-plugin
notice-maven-plugin
I had trouble getting this plugin working with Java 17 and I took a shot at updating the plugin work with Maven 3 APIs.
Test with JDK versions:
Existing Mojo tests were migrated to invoker-style tests for ease of maintenance.
I'm not sure if this plugin is being actively maintained or not, if not, let me know!
LGTM => merged
@bdemers I've just get rights and I released a new version if you need ;)
The plugin name has changed from
maven-notice-plugin
tonotice-maven-plugin
to match Maven naming guidelines.I had trouble getting this plugin working with Java 17 and I took a shot at updating the plugin work with Maven 3 APIs.
Test with JDK versions:
Existing Mojo tests were migrated to invoker-style tests for ease of maintenance.
I'm not sure if this plugin is being actively maintained or not, if not, let me know!