mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="spark-scala-kafka-word-count-archetype" -DarchetypeVersion="4.0.2" -DinteractiveMode=false
GroupId | GroupIdedu.uchicago.mpcs53013 |
---|---|
ArtifactId | ArtifactIdspark-scala-kafka-word-count-archetype |
Version | Version4.0.2 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-scala-kafka-word-count-archetype -DarchetypeVersion=4.0.2 -DinteractiveMode=false