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="etlunit-4.2.6"   -DinteractiveMode=false 

Details about maven archetype etlunit-hadoop-test-archetype

GroupId

GroupId

org.bitbucket.bradleysmithllc.etlunit
ArtifactId

ArtifactId

etlunit-hadoop-test-archetype
Version

Version

etlunit-4.2.6
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=etlunit-4.2.6 -DinteractiveMode=false