-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
itf-maven-plugin:0.13.0:install fails due to missing class ArtifactIdUtils #445
Comments
First thank you for your report. I've taken a look into your repository which defines |
Thanks for looking into it. It indeed works with Maven 3.9.6. I've tested with Maven 3.8.8 (the latest 3.8.x release) as well and it also fails with the same error. I've also set |
Thanks for testing that. I will check because that looks like an issue.. I need to investigate the underlying problem.. |
Unfortunately I have to acknowledge that is bug... really sad... |
@acanda If you have time it would be great if you could test 0.13.1 release (maybe the synch to central could take a few hours)... |
I can confirm that building acanda/code-analysis-maven-plugin with ITF 0.13.1 works with Maven 3.8.2 and 3.9.6. Thank you very much for all your efforts. |
Great to hear that. That was a incomatible change (0.13.0) which was not intended nor documented... |
Describe the bug
After updating from 0.12.0 to 0.13.0, itf-maven-plugin:0.13.0:install fails due to missing the class org.eclipse.aether.util.artifact.ArtifactIdUtils.
To Reproduce
Checkout the branch renovate/itf.version of acanda/code-analysis-maven-plugin and run
mvn verify
.Current behavior
itf-maven-plugin:0.13.0:install fails due to missing class org.eclipse.aether.util.artifact.ArtifactIdUtils.
Expected behavior
The tests can be successfully excecuted without itf-maven-plugin:0.13.0:install failing, as they did with 0.12.0.
Log files/Information
Log of a failing build: https://github.com/acanda/code-analysis-maven-plugin/actions/runs/7342226647/job/19991171785?pr=241
The used versions
ITF: 0.13.0
The text was updated successfully, but these errors were encountered: