[
https://issues.apache.org/jira/browse/FLINK-3884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-3884:
----------------------------------
Labels: auto-deprioritized-major stale-minor (was:
auto-deprioritized-major)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is
still Minor, please either assign yourself or give an update. Afterwards,
please remove the label or 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: Minor
> Labels: auto-deprioritized-major, stale-minor
>
> 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.20.1#820001)