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="3.5.1"   -DinteractiveMode=false 

Details about maven archetype sqlproc-archetype-simple-jdbc

License

License

GroupId

GroupId

org.sqlproc
ArtifactId

ArtifactId

sqlproc-archetype-simple-jdbc
Version

Version

3.5.1
Type

Type

maven-archetype
Description

Description

SQL Processor Archetype for Simple JDBC Application
SQL Processor Archetype for Simple JDBC Application
Project URL

Project URL

https://github.com/hudec/sql-processor

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.