[
https://issues.apache.org/jira/browse/FLINK-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ufuk Celebi closed FLINK-5732.
------------------------------
Resolution: Fixed
Assignee: Ufuk Celebi
Fix Version/s: 1.2.1
Thanks for spotting this. Fixed in 87697f4 (release-1.2).
> Java quick start mvn command line is incorrect
> ----------------------------------------------
>
> Key: FLINK-5732
> URL: https://issues.apache.org/jira/browse/FLINK-5732
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.2.0
> Reporter: Colin Breame
> Assignee: Ufuk Celebi
> Priority: Trivial
> Fix For: 1.2.1
>
>
> On this page:
>
> https://ci.apache.org/projects/flink/flink-docs-release-1.2/quickstart/java_api_quickstart.html
> Within the "Create Project" section it reads:
> {quote}
> $ mvn archetype:generate \
> -DarchetypeGroupId=org.apache.flink \
> -DarchetypeArtifactId=flink-quickstart-java \
> -DarchetypeVersion=1.2
> {quote}
> However this is incorrect, it should read:
> {quote}
> $ mvn archetype:generate \
> -DarchetypeGroupId=org.apache.flink \
> -DarchetypeArtifactId=flink-quickstart-java \
> -DarchetypeVersion=1.2.0
> {quote}
> (1.2 *.0* not 1.2)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)