mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="word-count-archetype" -DarchetypeVersion="5.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdword-count-archetype |
Version | Version5.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionHadoop WordCount Archetype
Create the WordCount example from the Hadoop docs
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=word-count-archetype -DarchetypeVersion=5.0.0 -DinteractiveMode=false