You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup CI/CD for my 3rd party resource. As part of this process, I update my maven project version to be timestamped instead of SNAPSHOT and build the project as usual with mvn clean package.
But when I execute cfn submit --dry-run to get the ZIP artifact, I get the following error:
No JAR artifact was found.
Please run 'mvn package' or the equivalent command in your IDE to compile and package the code.
To reproduce:
update the version to anything that doesn't have SNAPSHOT as suffix, i.e. 1.0.0, 1.0.0-RC1, etc