Create Java project with Maven archetype statefun-quickstart


Create a Java Project by archetype statefun-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.flink"   -DarchetypeArtifactId="statefun-quickstart"   -DarchetypeVersion="2.2.0"   -DinteractiveMode=false 

Details about maven archetype statefun-quickstart

GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

statefun-quickstart
Version

Version

2.2.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.flink -DarchetypeArtifactId=statefun-quickstart -DarchetypeVersion=2.2.0 -DinteractiveMode=false