You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/12/01 10:49:00 UTC

[jira] [Closed] (FLINK-20434) Getting The desired archetype does not exist

     [ https://issues.apache.org/jira/browse/FLINK-20434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-20434.
------------------------------------
    Resolution: Not A Problem

1.12 is not released yet. Please use 1.11.2 as the archetype version.

> 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)