mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="spark-scala-kafka-word-count-archetype" -DarchetypeVersion="1.0.0" -DinteractiveMode=false
GroupId | GroupIdedu.uchicago.mpcs53013 |
---|---|
ArtifactId | ArtifactIdspark-scala-kafka-word-count-archetype |
Version | Version1.0.0 |
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=1.0.0 -DinteractiveMode=false