serverless-java-container
serverless-java-container copied to clipboard
Investigate why latest maven-archetype-plugin breaks release build
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.
Not getting any error when running mvn release:prepare -DdryRun=true. @deki does the release build still fail on your side?
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?
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?
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.