Create Java project with Maven archetype squirrelsql-plugin-archetype

This project produces the maven archetype that can be used to generate a SQuirreL Plugin maven project. The project that is produced contains an Example plugin that demonstrates the use of key plugin APIs.

Create a Java Project by archetype squirrelsql-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpluginName="My-pluginName"   -DarchetypeGroupId="net.sf.squirrel-sql.plugins"   -DarchetypeArtifactId="squirrelsql-plugin-archetype"   -DarchetypeVersion="3.5.0"   -DinteractiveMode=false 

Required parameters for generate java project:

pluginName
validationRegex: none

Details about maven archetype squirrelsql-plugin-archetype

License

License

GroupId

GroupId

net.sf.squirrel-sql.plugins
ArtifactId

ArtifactId

squirrelsql-plugin-archetype
Version

Version

3.5.0
Type

Type

maven-archetype
Description

Description

SQuirreL Plugin Archetype
This project produces the maven archetype that can be used to generate a SQuirreL Plugin maven project. The project that is produced contains an Example plugin that demonstrates the use of key plugin APIs.
Project URL

Project URL

http://www.squirrelsql.org/
Source Code Management

Source Code Management

http://sourceforge.net/p/squirrel-sql/git/ci/fe9318bdee3991f010b5b476244e5629c7d8efee/tree

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.squirrel-sql.plugins -DarchetypeArtifactId=squirrelsql-plugin-archetype -DarchetypeVersion=3.5.0 -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.