Create Java project with Maven archetype etlunit-feature-archetype


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dfeature-name="My-feature-name"   -DarchetypeGroupId="com.googlecode.etl-unit"   -DarchetypeArtifactId="etlunit-feature-archetype"   -DarchetypeVersion="1.5.2"   -DinteractiveMode=false 

Required parameters for generate java project:

feature-name
validationRegex: none

Details about maven archetype etlunit-feature-archetype

GroupId

GroupId

com.googlecode.etl-unit
ArtifactId

ArtifactId

etlunit-feature-archetype
Version

Version

1.5.2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.googlecode.etl-unit -DarchetypeArtifactId=etlunit-feature-archetype -DarchetypeVersion=1.5.2 -DinteractiveMode=false