[
https://issues.apache.org/jira/browse/FLINK-20434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242403#comment-17242403
]
Chesnay Schepler commented on FLINK-20434:
------------------------------------------
[~avilevi] That version of the documentation is not supposed to be readily
available. It is not linked to from the Flink homepage, but apparently
https://ci.apache.org/projects/flink/flink-docs-stable/ already points to the
1.12 despite not being released yet due to a prematurely taken step in the 1.12
release process.
I have reverted that step; the documentation should soon no longer be available.
> Getting The desired archetype does not exist
> --------------------------------------------
>
> Key: FLINK-20434
> URL: https://issues.apache.org/jira/browse/FLINK-20434
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: Avi Levi
> Priority: Major
>
> Following the instructions found here
> [https://ci.apache.org/projects/flink/flink-docs-release-1.12/try-flink/datastream_api.html#final-application]
>
> {code:java}
> // mvn archetype:generate \
> -DarchetypeGroupId=org.apache.flink \
> -DarchetypeArtifactId=flink-walkthrough-datastream-scala \
> -DarchetypeVersion=1.12.0 \
> -DgroupId=frauddetection \
> -DartifactId=frauddetection \
> -Dversion=0.1 \
> -Dpackage=spendreport \
> -DinteractiveMode=false
> {code}
> results :
> {code:java}
> //[ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-archetype-plugin:3.2.0:generate (default-cli)
> on project standalone-pom: The desired archetype does not exist
> (org.apache.flink:flink-walkthrough-datastream-scala:1.12.0) -> [Help 1]
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)