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 2018/07/25 09:58:00 UTC

[jira] [Updated] (FLINK-9946) Quickstart E2E test archetype version is hard-coded

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

Chesnay Schepler updated FLINK-9946:
------------------------------------
    Summary: Quickstart E2E test archetype version is hard-coded  (was: Quickstart E2E test still runs against 1.6)

> Quickstart E2E test archetype version is hard-coded
> ---------------------------------------------------
>
>                 Key: FLINK-9946
>                 URL: https://issues.apache.org/jira/browse/FLINK-9946
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.7.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>             Fix For: 1.7.0
>
>
> {code}
> mvn archetype:generate                                   \
>     -DarchetypeGroupId=org.apache.flink                  \
>     -DarchetypeArtifactId=flink-quickstart-${TEST_TYPE}  \
>     -DarchetypeVersion=1.6-SNAPSHOT                      \
>     -DgroupId=org.apache.flink.quickstart                \
>     -DartifactId=${ARTIFACT_ID}                          \
>     -Dversion=${ARTIFACT_VERSION}                        \
>     -Dpackage=org.apache.flink.quickstart                \
>     -DinteractiveMode=false
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)