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

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

License

License

GroupId

GroupId

com.streamsets
ArtifactId

ArtifactId

streamsets-datacollector-stage-lib-tutorial
Version

Version

3.22.3
Type

Type

maven-archetype
Description

Description

StreamSets Data Collector Stage Library Tutorial
StreamSets Stage Library Archetype
Project URL

Project URL

http://www.streamsets.com
Project Organization

Project Organization

StreamSets

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=3.22.3 -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.