-
Notifications
You must be signed in to change notification settings - Fork 36
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
2.x: maven archetypes fail with maven 3.9.6 #1031
Milestone
Comments
This is because the dependency resolution of
|
romain-grecourt
added a commit
to romain-grecourt/helidon-build-tools
that referenced
this issue
Mar 28, 2024
This is caused by a change in Maven 3.9.0 in this commit We use |
romain-grecourt
added a commit
that referenced
this issue
Mar 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With maven 3.9.6 run
It fails with:
Stack from -X
If I run with maven 3.8.2 all is well.
If I run a Helidon 3.x archetype (with maven 3.9.6) all is well.
The text was updated successfully, but these errors were encountered: