-
Notifications
You must be signed in to change notification settings - Fork 15
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
Do not clone the session when using maven >= 3.9.x #24
Comments
Not an issue with the builder. |
This is actually an issue in the builder. |
Why does Maven 3.9.0+ make a difference? |
mvnd by default uses smart builder, while 3.9.x does not (only if configured as extension). That would be an interesting case to test: 3.9.x w/ smart builder extension and builder config to use it actually. |
Because the session cloning has been removed in 3.9.x with apache/maven#743 |
See apache/maven-mvnd#841 (comment)
The text was updated successfully, but these errors were encountered: