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