Создать Java проект на основе Maven архетипа tuscany-quickstart-jsonp

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DincludeTuscanyRuntime="My-includeTuscanyRuntime"   -DarchetypeGroupId="org.apache.tuscany.sca"   -DarchetypeArtifactId="tuscany-quickstart-jsonp"   -DarchetypeVersion="2.0-M4"   -DinteractiveMode=false 

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

includeTuscanyRuntime
validationRegex: нет

Подробная информация об архетипе tuscany-quickstart-jsonp

Лицензия

Лицензия

Группа

Группа

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

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

tuscany-quickstart-jsonp
Версия

Версия

2.0-M4
Тип

Тип

maven-archetype
Описание

Описание

Create a Tuscany SCA webapp project using the JSONP binding
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.tuscany.sca -DarchetypeArtifactId=tuscany-quickstart-jsonp -DarchetypeVersion=2.0-M4 -DinteractiveMode=false

Зависимости

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

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

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