-
Notifications
You must be signed in to change notification settings - Fork 560
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
Investigate why latest maven-archetype-plugin breaks release build #563
Comments
Not getting any error when running |
Yes, the issue still exists. Did you update the maven-archetype-plugin in |
I updated in |
Maybe a fresh clone on EC2? I saw it in the GitHub runner logs and I can reproduce it both on a Mac and on a Windows machine. |
Fixed as part of the 2.1.0 release. |
Release build fails with maven-archetype-plugin 3.2.1. I had to downgrade to 3.0.1 for a successful build.
Use a dry run (
mvn release:prepare -DdryRun=true
) to reproduce and consider reporting here https://maven.apache.org/archetype/maven-archetype-plugin/issue-management.html in case no solution is available.The text was updated successfully, but these errors were encountered: