[
https://issues.apache.org/jira/browse/FLINK-3884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336874#comment-17336874
]
Flink Jira Bot commented on FLINK-3884:
---------------------------------------
This issue was labeled "stale-major" 7 ago and has not received any updates so
it is being deprioritized. If this ticket is actually Major, please raise the
priority and ask a committer to assign you the issue or revive the public
discussion.
> 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
> Priority: Major
> Labels: stale-major
>
> 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
(v8.3.4#803005)