Create Java project with Maven archetype etlunit-hadoop-test-archetype


Create a Java Project by archetype etlunit-hadoop-test-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.bitbucket.bradleysmithllc.etlunit"   -DarchetypeArtifactId="etlunit-hadoop-test-archetype"   -DarchetypeVersion="4.4.16-eu"   -DinteractiveMode=false 

Details about maven archetype etlunit-hadoop-test-archetype

GroupId

GroupId

org.bitbucket.bradleysmithllc.etlunit
ArtifactId

ArtifactId

etlunit-hadoop-test-archetype
Version

Version

4.4.16-eu
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.bitbucket.bradleysmithllc.etlunit -DarchetypeArtifactId=etlunit-hadoop-test-archetype -DarchetypeVersion=4.4.16-eu -DinteractiveMode=false