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

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DarchetypeGroupId="org.apache.accumulo"   -DarchetypeArtifactId="accumulo-instamo-archetype"   -DarchetypeVersion="1.4.4"   -DinteractiveMode=false 

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

groupId
validationRegex: нет
artifactId
validationRegex: нет
version
validationRegex: нет
package
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

org.apache.accumulo
Идентификатор

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

accumulo-instamo-archetype
Версия

Версия

1.4.4
Тип

Тип

maven-archetype
Описание

Описание

Accumulo Instamo Archetype
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Ссылка на сайт

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

http://accumulo.apache.org
Организация-разработчик

Организация-разработчик

The Apache Software Foundation
Система контроля версий

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

https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.accumulo -DarchetypeArtifactId=accumulo-instamo-archetype -DarchetypeVersion=1.4.4 -DinteractiveMode=false

Зависимости

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

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

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