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)