Create Java project with Maven archetype sqlproc-archetype-simple-jdbc

SQL Processor Archetype for Simple JDBC Application

Create a Java Project by archetype sqlproc-archetype-simple-jdbc with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.sqlproc"   -DarchetypeArtifactId="sqlproc-archetype-simple-jdbc"   -DarchetypeVersion="2.0.0"   -DinteractiveMode=false 

Details about maven archetype sqlproc-archetype-simple-jdbc

GroupId

GroupId

org.sqlproc
ArtifactId

ArtifactId

sqlproc-archetype-simple-jdbc
Version

Version

2.0.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.sqlproc -DarchetypeArtifactId=sqlproc-archetype-simple-jdbc -DarchetypeVersion=2.0.0 -DinteractiveMode=false