Создать Java проект на основе Maven архетипа 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.

Консольная команда для создания Java-проекта на основе архетипа squirrelsql-plugin-archetype:

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 

Обязательные параметры для создания java проекта:

pluginName
validationRegex: нет

Подробная информация об архетипе squirrelsql-plugin-archetype

Лицензия

Лицензия

Группа

Группа

net.sf.squirrel-sql.plugins
Идентификатор

Идентификатор

squirrelsql-plugin-archetype
Версия

Версия

3.5.0
Тип

Тип

maven-archetype
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.squirrelsql.org/
Система контроля версий

Система контроля версий

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

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.