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

The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology, including generic enterprise applications and cloud computing technologies. The mission of the OW2 Consortium is to i) develop open source code for middleware, generic enterprise applications and cloud computing and ii) to foster a vibrant community and business ecosystem.

Консольная команда для создания Java-проекта на основе архетипа kerneos-flex-archetypes-module-fragment:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.ow2.kerneos"   -DarchetypeArtifactId="kerneos-flex-archetypes-module-fragment"   -DarchetypeVersion="2.2.1"   -DinteractiveMode=false 

Модули в готовом maven проекте

  • ${rootArtifactId}-client
  • ${rootArtifactId}-server

Подробная информация об архетипе kerneos-flex-archetypes-module-fragment

Лицензия

Лицензия

Группа

Группа

org.ow2.kerneos
Идентификатор

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

kerneos-flex-archetypes-module-fragment
Версия

Версия

2.2.1
Тип

Тип

maven-archetype
Описание

Описание

Kerneos :: Flex :: Archetypes :: Module Fragment
The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology, including generic enterprise applications and cloud computing technologies. The mission of the OW2 Consortium is to i) develop open source code for middleware, generic enterprise applications and cloud computing and ii) to foster a vibrant community and business ecosystem.
Организация-разработчик

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

OW2 Consortium

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.ow2.kerneos -DarchetypeArtifactId=kerneos-flex-archetypes-module-fragment -DarchetypeVersion=2.2.1 -DinteractiveMode=false

Зависимости

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

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

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