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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.apex"   -DarchetypeArtifactId="apex-conf-archetype"   -DarchetypeVersion="3.7.0"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

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

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

apex-conf-archetype
Версия

Версия

3.7.0
Тип

Тип

maven-archetype
Описание

Описание

Apache Apex App Configuration Maven 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.
Организация-разработчик

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

Apache Software Foundation

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.7.0 -DinteractiveMode=false

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
pl.pragmatists : JUnitParams jar 1.0.4

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

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