mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.streamsets" -DarchetypeArtifactId="streamsets-datacollector-stage-lib-tutorial" -DarchetypeVersion="2.7.2.0" -DinteractiveMode=false
| GroupId | GroupIdcom.streamsets |
|---|---|
| ArtifactId | ArtifactIdstreamsets-datacollector-stage-lib-tutorial |
| Version | Version2.7.2.0 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.streamsets -DarchetypeArtifactId=streamsets-datacollector-stage-lib-tutorial -DarchetypeVersion=2.7.2.0 -DinteractiveMode=false