Создать 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.4.0" -DinteractiveMode=false
Обязательные параметры для создания java проекта:
- pluginName
-
validationRegex: нет
Подробная информация об архетипе squirrelsql-plugin-archetype
| Группа |
Группаnet.sf.squirrel-sql.plugins |
| Идентификатор |
Идентификаторsquirrelsql-plugin-archetype |
| Версия |
Версия3.4.0 |
| Тип |
Типmaven-archetype |
Как подключить последнюю версию