-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Test Maven plugin against latest Maven versions #26200
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
Test Maven plugin against latest Maven versions #26200
Conversation
@slawekjaranowski Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@slawekjaranowski Thank you for signing the Contributor License Agreement! |
Thanks for the PR @slawekjaranowski. Testing on 3.8.1 is a good idea but I wouldn't remove testing from the |
I agree that we shouldn't drop 3.6.x from the versions that we test against. Instead, I think we should add 3.8.x alongside the existing versions for now and also bump the system requirements as a separate issue. |
please consider that it tests on one maven versions take about 6 minutes (2,6 GHz 6-Core Intel Core i7) |
The length of time that's taken to run the tests isn't ideal, but I don't think that's a good reason not to run them. We're in a similar situation with the Gradle plugin's tests where we've considered refining things a little to limit the number of tests that run against multiple versions. We could consider something similar with the Maven plugin's tests if it becomes problematic. |
documentation fix: #26209 |
@slawekjaranowski can you please update your PR with the review above? |
fixed. by the way |
We are aware of what |
Maven version 3.8.1 is only bug fixes for 3.6.3 so can be used in it tests instead of 3.6.2
https://maven.apache.org/docs/3.8.1/release-notes.html
https://maven.apache.org/docs/3.6.3/release-notes.html