Create Java project with Maven archetype streamsets-datacollector-stage-lib-tutorial

StreamSets Stage Library Archetype

Create a Java Project by archetype streamsets-datacollector-stage-lib-tutorial with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.streamsets"   -DarchetypeArtifactId="streamsets-datacollector-stage-lib-tutorial"   -DarchetypeVersion="1.6.0.0"   -DinteractiveMode=false 

Details about maven archetype streamsets-datacollector-stage-lib-tutorial

GroupId

GroupId

com.streamsets
ArtifactId

ArtifactId

streamsets-datacollector-stage-lib-tutorial
Version

Version

1.6.0.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.streamsets -DarchetypeArtifactId=streamsets-datacollector-stage-lib-tutorial -DarchetypeVersion=1.6.0.0 -DinteractiveMode=false