You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
thank you again for creating this great plugin :)
I recently ran Maven Plugin Validation on my projects, and it warned me about multiple validation issues. This is the message that I got:
[WARNING] * com.rudikershaw.gitbuildhook:git-build-hook-maven-plugin:3.4.1
[WARNING] Plugin EXTERNAL issue(s):
[WARNING] * Plugin is a Maven 2.x plugin, which will be not supported in Maven 4.x
[WARNING] * Plugin mixes multiple Maven versions: [3.9.0, 2.2.1]
To run the plugin validation yourself, you need a project that uses your plugin and then run mvn -Dmaven.plugin.validation=verbose package which will run a build and show all plugin validation errors at the end.
This is more of a warning rather than an actual error, so fixing it has a rather low priority, but I wanted to let you know nevertheless.
Cheers :)
The text was updated successfully, but these errors were encountered:
Hi there,
thank you again for creating this great plugin :)
I recently ran Maven Plugin Validation on my projects, and it warned me about multiple validation issues. This is the message that I got:
Maven setup:
To run the plugin validation yourself, you need a project that uses your plugin and then run
mvn -Dmaven.plugin.validation=verbose package
which will run a build and show all plugin validation errors at the end.This is more of a warning rather than an actual error, so fixing it has a rather low priority, but I wanted to let you know nevertheless.
Cheers :)
The text was updated successfully, but these errors were encountered: