mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DclassNamePrefix="My-classNamePrefix"    -DpackageName="My-packageName"    -DarchetypeGroupId="org.apache.streampipes"    -DarchetypeArtifactId="streampipes-archetype-pe-sources"    -DarchetypeVersion="0.69.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.apache.streampipes | 
| ArtifactId | ArtifactIdstreampipes-archetype-pe-sources | 
| Version | Version0.69.0 | 
| Type | Typemaven-archetype | 
| Description | Descriptionstreampipes-archetype-pe-sources A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore
IoT data streams. | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.streampipes -DarchetypeArtifactId=streampipes-archetype-pe-sources -DarchetypeVersion=0.69.0 -DinteractiveMode=false