mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.sqlproc"    -DarchetypeArtifactId="sqlproc-archetype-simple-jdbc"    -DarchetypeVersion="3.5.1"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.sqlproc | 
| ArtifactId | ArtifactIdsqlproc-archetype-simple-jdbc | 
| Version | Version3.5.1 | 
| Type | Typemaven-archetype | 
| Description | DescriptionSQL Processor Archetype for Simple JDBC Application SQL Processor Archetype for Simple JDBC Application | 
| Project URL | Project URL | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.sqlproc -DarchetypeArtifactId=sqlproc-archetype-simple-jdbc -DarchetypeVersion=3.5.1 -DinteractiveMode=false