Создать Java проект на основе Maven архетипа xenon-quickstart
Xenon is both a set of software components and a service oriented design pattern. The runtime is
implemented in Java and acts as the host for the lightweight, asynchronous services. The programming
model is language agnostic (does not rely on Java specific constructs) so implementations in other
languages are encouraged.
Консольная команда для создания Java-проекта на основе архетипа xenon-quickstart:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DxenonVersion="My-xenonVersion" -DarchetypeGroupId="com.vmware.xenon" -DarchetypeArtifactId="xenon-quickstart" -DarchetypeVersion="1.6.18" -DinteractiveMode=false
Обязательные параметры для создания java проекта:
- xenonVersion
-
validationRegex: нет
Подробная информация об архетипе xenon-quickstart
| Лицензия |
Лицензия
|
| Группа |
Группаcom.vmware.xenon |
| Идентификатор |
Идентификаторxenon-quickstart |
| Версия |
Версия1.6.18 |
| Тип |
Типmaven-archetype |
| Описание |
Описание
Xenon is both a set of software components and a service oriented design pattern. The runtime is
implemented in Java and acts as the host for the lightweight, asynchronous services. The programming
model is language agnostic (does not rely on Java specific constructs) so implementations in other
languages are encouraged.
|
Как подключить последнюю версию
Зависимости
compile (1)
test (2)
Модули Проекта
Данный проект не имеет модулей.