Avi Levi created FLINK-20434: -------------------------------- Summary: Getting The desired archetype does not exist Key: FLINK-20434 URL: https://issues.apache.org/jira/browse/FLINK-20434 Project: Flink Issue Type: Bug Components: Documentation Reporter: Avi Levi
Following the instructions found here [https://ci.apache.org/projects/flink/flink-docs-release-1.12/try-flink/datastream_api.html#final-application] {code:java} // mvn archetype:generate \ -DarchetypeGroupId=org.apache.flink \ -DarchetypeArtifactId=flink-walkthrough-datastream-scala \ -DarchetypeVersion=1.12.0 \ -DgroupId=frauddetection \ -DartifactId=frauddetection \ -Dversion=0.1 \ -Dpackage=spendreport \ -DinteractiveMode=false {code} results : {code:java} //[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 (org.apache.flink:flink-walkthrough-datastream-scala:1.12.0) -> [Help 1] {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)