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