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

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-проекта на основе архетипа archetypes-command:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dscope="My-scope"   -Dcommand="My-command"   -Ddescription="My-description"   -DarchetypeGroupId="org.apache.karaf.archetypes"   -DarchetypeArtifactId="archetypes-command"   -DarchetypeVersion="2.2.4"   -DinteractiveMode=false 

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

scope
validationRegex: нет
command
validationRegex: нет
description
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

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

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

archetypes-command
Версия

Версия

2.2.4
Тип

Тип

maven-archetype
Описание

Описание

Apache Karaf :: Command 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.
Организация-разработчик

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

The Apache Software Foundation

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.karaf.archetypes -DarchetypeArtifactId=archetypes-command -DarchetypeVersion=2.2.4 -DinteractiveMode=false

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7
org.easymock : easymock jar 2.4

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

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