Создать Java проект на основе Maven архетипа bundle-archetype

Archetype to use the Databus Maven Plugin to test data, prepare meta-data (DataIDs) and publish the resulting DataIDs to the Databus repository.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Ddatabus-artifact-name="My-databus-artifact-name"   -Ddatabus-download-url-path="My-databus-download-url-path"   -Ddatabus-issued-date="My-databus-issued-date"   -Ddatabus-license="My-databus-license"   -Ddatabus-modified-date="My-databus-modified-date"   -Ddatabus-package-directory="My-databus-package-directory"   -Ddatabus-pkcs12-file="My-databus-pkcs12-file"   -Ddatabus-publisher="My-databus-publisher"   -DarchetypeGroupId="org.dbpedia.databus"   -DarchetypeArtifactId="bundle-archetype"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

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

databus-artifact-name
validationRegex: нет
databus-download-url-path
validationRegex: нет
databus-issued-date
validationRegex: нет
databus-license
validationRegex: нет
databus-modified-date
validationRegex: нет
databus-package-directory
validationRegex: нет
databus-pkcs12-file
validationRegex: нет
databus-publisher
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

org.dbpedia.databus
Идентификатор

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

bundle-archetype
Версия

Версия

1.1
Тип

Тип

maven-archetype
Описание

Описание

bundle-archetype
Archetype to use the Databus Maven Plugin to test data, prepare meta-data (DataIDs) and publish the resulting DataIDs to the Databus repository.
Система контроля версий

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

https://github.com/dbpedia/databus-maven-plugin/tree/master

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.dbpedia.databus -DarchetypeArtifactId=bundle-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false

Зависимости

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

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

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