Create Java project with Maven archetype etlunit-feature-archetype

etl-unit is a testing framework for ETL tools.

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.6.9"   -DinteractiveMode=false 

Required parameters for generate java project:

feature-name
validationRegex: none

Details about maven archetype etlunit-feature-archetype

License

License

GroupId

GroupId

com.googlecode.etl-unit
ArtifactId

ArtifactId

etlunit-feature-archetype
Version

Version

1.6.9
Type

Type

maven-archetype
Description

Description

etlunit-feature-archetype
etl-unit is a testing framework for ETL tools.

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.6.9 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.