-
-
Save 0xack13/9154267956a83c6cfa37121386d88fe8 to your computer and use it in GitHub Desktop.
Create an apache-flink scala project using the provided quickstart archetype
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn archetype:generate \ | |
-DarchetypeGroupId=org.apache.flink \ | |
-DarchetypeArtifactId=flink-quickstart-scala \ | |
-DarchetypeVersion=1.13.2 \ | |
-DgroupId=io.dev.flink \ | |
-DartifactId=flink-scala-project \ | |
-Dversion=0.1 \ | |
-DinteractiveMode=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment