[
https://issues.apache.org/jira/browse/FLINK-3884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328935#comment-17328935
]
Flink Jira Bot commented on FLINK-3884:
---------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> 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)