-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: prerequisites are not detected #990
Comments
So message should be the same with info about missing enforcer configuration |
… version is empty
… version is empty
… version is empty
Is that correct that prerequisites can now also be used for non-plugin projects to specify the required maven version? Thus the distinction between plugin- and non-plugin projects in DisplayPluginUpdates should not be there anymore for establishing the version requirement for a POM? |
… version is empty
… version is empty
… version is empty
… version is empty
… version is empty
When doing
versions:display-plugin-updates
on this module https://github.com/maveniverse/mima/tree/75a06a1132103506614b33a2cba2229923e86260/demo/library-maven-pluginI get this message:
But https://github.com/maveniverse/mima/blob/75a06a1132103506614b33a2cba2229923e86260/demo/library-maven-plugin/pom.xml#L46-L48
While true, I have no enforcer to enforce build time Maven version.
Still, why does plugin claim I have no prerequisites, while I do?
The text was updated successfully, but these errors were encountered: