[Contributing] Unable to resolve AWS plugins locally #4979
Unanswered
oharaandrew314
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Generally speaking, "-SNAPSHOT" is a version that was not released. If you check the current pom.xml, the is always a SNAPSHOT version, so when you make changes to the SDK locally and build, it'll generate a package with a SNAPSHOT version in your .m2 folder (for maven), like Seeing this error during building is weird. What's the command you're running to build the project? Can you share the full error? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to make a contribution, but am unable to resolve some of the maven plugins necessary to build the project. In particular:
Cannot resolve plugin software.amazon.awssdk:codegen-lite-maven-plugin:2.24.14-SNAPSHOT
Indeed, the latest version of this plugin available on Maven central is
2.24.11
, and there are certainly no snapshots available. This leads me to believe there is some unofficial repository containing the necessary plugins that is not configured in the pom.xml.If this is true, could someone refer me to the necessary repository URL so I can override the project settings?
Beta Was this translation helpful? Give feedback.
All reactions