Создать 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"   -DarchetypeGroupId="net.sf.squirrel-sql.plugins"   -DarchetypeArtifactId="squirrelsql-plugin-archetype"   -DarchetypeVersion="3.3.0-rc1"   -DinteractiveMode=false 

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

Группа

Группа

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

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

squirrelsql-plugin-archetype
Версия

Версия

3.3.0-rc1
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.squirrel-sql.plugins -DarchetypeArtifactId=squirrelsql-plugin-archetype -DarchetypeVersion=3.3.0-rc1 -DinteractiveMode=false