mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="storm-word-count-archetype" -DarchetypeVersion="2.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdstorm-word-count-archetype |
Version | Version2.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionStorm Word Count Archetype
Modified version of the Word Count program at https://github.com/nathanmarz/storm-starter
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=storm-word-count-archetype -DarchetypeVersion=2.0.0 -DinteractiveMode=false