Create Java project with Maven archetype feature-archetype

etl-unit is a testing framework for ETL tools.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dfeature-class-name="My-feature-class-name"   -Dfeature-short-name="My-feature-short-name"   -DarchetypeGroupId="org.bitbucket.bradleysmithllc.etlunit"   -DarchetypeArtifactId="feature-archetype"   -DarchetypeVersion="1.8.16"   -DinteractiveMode=false 

Required parameters for generate java project:

feature-class-name
validationRegex: none
feature-short-name
validationRegex: none

Details about maven archetype feature-archetype

License

License

GroupId

GroupId

org.bitbucket.bradleysmithllc.etlunit
ArtifactId

ArtifactId

feature-archetype
Version

Version

1.8.16
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=org.bitbucket.bradleysmithllc.etlunit -DarchetypeArtifactId=feature-archetype -DarchetypeVersion=1.8.16 -DinteractiveMode=false

Dependencies

compile (3)

Group / Artifact Type Version
org.bitbucket.bradleysmithllc.etlunit : module-signer jar 48
com.googlecode.jsonschema2pojo : jsonschema2pojo-core jar 0.3.6
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.