You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Igal Shilman (Jira)" <ji...@apache.org> on 2020/03/15 12:39:00 UTC

[jira] [Created] (FLINK-16603) statefun-quickstart generates invalid pom.xml

Igal Shilman created FLINK-16603:
------------------------------------

             Summary: statefun-quickstart generates invalid pom.xml
                 Key: FLINK-16603
                 URL: https://issues.apache.org/jira/browse/FLINK-16603
             Project: Flink
          Issue Type: Bug
          Components: Stateful Functions
    Affects Versions: statefun-1.1
            Reporter: Igal Shilman


Generating a stateful functions via the mvn archetype statefun-quickstart

doesn't generate a valid pom.xml,

steps to reproduce:

1)
{code:java}
 mvn archetype:generate                    \
  -DarchetypeGroupId=org.apache.flink \
  -DarchetypeArtifactId=statefun-quickstart \
  -DarchetypeVersion=1.1-SNAPSHOT 

{code}
2) 
{code:java}
cd <generated project>
mvn clean install {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)