Reputation: 1
SAP Cloud SDK V5 version cannot generated by maven commandline
cmd> mvn archetype:generate -DarchetypeGroupId=com.sap.cloud.sdk.archetypes -DarchetypeArtifactId=spring-boot3 -DarchetypeVersion=RELEASE
Error: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.0:generate (default-cli) on project standalone-pom: The desired archetype does not exist (com.sap.cloud.sdk.archetypes:spring-boot3:RELEASE)
https://github.com/SAP/cloud-sdk-java/issues/204
Upvotes: 0
Views: 45
Reputation: 223
As answered in the linked Github issue, we can generate the archetype successfully using the mvn archetype:generate
command.
The underlying issue seems to be because of some issue with the proxy while accessing maven central.
Upvotes: 0