MVN

edu.uchicago.mpcs53013 : word-count-archetype

Maven & Gradle

Oct 16, 2019

Hadoop WordCount Archetype · Create the WordCount example from the Hadoop docs

mvn archetype:generate -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=word-count-archetype -DarchetypeVersion=5.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.uchicago.mpcs53013 : word-count-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of edu.uchicago.mpcs53013 : word-count-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
5.0.x
word-count-archetype-5.0.0
4.0.x
word-count-archetype-4.0.0
2.1.x
word-count-archetype-2.1.0
2.0.x
word-count-archetype-2.0.0
1.0.x
word-count-archetype-1.0.2
word-count-archetype-1.0.1
word-count-archetype-1.0.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=word-count-archetype -DarchetypeVersion=5.0.0