MVN

net.sf.squirrel-sql.plugins : squirrelsql-plugin-archetype

Maven & Gradle

May 06, 2013

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.

mvn archetype:generate -DarchetypeGroupId=net.sf.squirrel-sql.plugins -DarchetypeArtifactId=squirrelsql-plugin-archetype -DarchetypeVersion=3.5.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql.plugins : squirrelsql-plugin-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 3.5.0
  • Latest Release Candidate: 3.3.0-rc3

All Versions

Choose a version of net.sf.squirrel-sql.plugins : squirrelsql-plugin-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.5.x
squirrelsql-plugin-archetype-3.5.0
3.4.x
squirrelsql-plugin-archetype-3.4.0
3.3.x
squirrelsql-plugin-archetype-3.3.0
squirrelsql-plugin-archetype-3.3.0-rc3
squirrelsql-plugin-archetype-3.3.0-rc2
squirrelsql-plugin-archetype-3.3.0-rc1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=net.sf.squirrel-sql.plugins -DarchetypeArtifactId=squirrelsql-plugin-archetype -DarchetypeVersion=3.5.0