-
Notifications
You must be signed in to change notification settings - Fork 267
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
The plugin should print an excplicit error message if the maven version is lower than the 3.2.5 #866
Comments
I'm shocked this plugin is not using https://maven.apache.org/pom.html#Prerequisites! |
2.13.0 - has it. |
If it does, how come there are so many users running an older version of maven and reporting errors only now once they upgraded to 2.14.0? |
Anyway, thanks. I was going for a check using |
I don't know. They lie? apache-maven-3.0.5:
This shows - that prerequisite IS BEING checked by maven, even so old as 3.0.5, as long as plugin declares it. |
Checked with 3.2.1 to the same results. I guess they probably moved from a version which did not feature that thing in pom.xml. |
Anyhoo, it does the job. |
It was disappeared somehow during split project to modules 😄 Some time ago I have an idea ... https://issues.apache.org/jira/browse/MPLUGIN-418 |
so I removed prerequisites from parent and forgot add to plugin module ... You do not have to thank me 😕 |
Happens to the best 😉 |
This was not helping anyway.
So it was missed on plugin module creation in first place. |
There's too many confused users reporting guice errors raised because the new components cannot be resolved. I think returning an error message could clear the confusion a bit.
The text was updated successfully, but these errors were encountered: