serverless-java-container icon indicating copy to clipboard operation
serverless-java-container copied to clipboard

Investigate why latest maven-archetype-plugin breaks release build

Open deki opened this issue 2 years ago • 4 comments

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.

deki avatar May 19 '23 14:05 deki

Not getting any error when running mvn release:prepare -DdryRun=true. @deki does the release build still fail on your side? Screenshot 2023-11-20 at 9 23 40 PM

mbfreder avatar Nov 21 '23 05:11 mbfreder

Yes, the issue still exists. Did you update the maven-archetype-plugin in aws-serverless-jersey-archetype/pom.xml, aws-serverless-spring-archetype/pom.xml and aws-serverless-struts-archetype/pom.xml?

deki avatar Nov 21 '23 05:11 deki

I updated in maven-archetype-plugin' to 3.2.1 in aws-serverless-jersey-archetype/pom.xml, aws-serverless-spring-archetype/pom.xml and aws-serverless-springboot3-archetype/pom.xml. I'm not getting any error. Is there anything else I can do to reproduce?

mbfreder avatar Nov 21 '23 07:11 mbfreder

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.

deki avatar Nov 21 '23 07:11 deki