Ufuk Celebi created FLINK-3884: ---------------------------------- Summary: Snapshot quickstart projects don't include snapshot repository Key: FLINK-3884 URL: https://issues.apache.org/jira/browse/FLINK-3884 Project: Flink Issue Type: Bug Components: Documentation Reporter: Ufuk Celebi
Following the quickstart guide for snapshot versions, the dependencies cannot be resolved, because the snapshot repositories are missing: {code} [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.3:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.apache.flink:flink-quickstart-scala:1.1-SNAPSHOT) -> [Help 1] {code} We have to add the following to the mvn command here https://ci.apache.org/projects/flink/flink-docs-master/quickstart/scala_api_quickstart.html#maven (and for Java): {code} -DarchetypeVersion=1.1-SNAPSHOT \ -DarchetypeCatalog=https://repository.apache.org/content/repositories/snapshots/ {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)