Создать Java проект на основе Maven архетипа quickstart-archetype
Root POM for core framework, the viewers, and
the runtime implementations.
Defines standard build process, as well as
standard set of 3rd party dependencies
(eg for testing and logging frameworks).
Консольная команда для создания Java-проекта на основе архетипа quickstart-archetype:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.isis" -DarchetypeArtifactId="quickstart-archetype" -DarchetypeVersion="0.2.0-incubating" -DinteractiveMode=false
Модули в готовом maven проекте
- ${rootArtifactId}-dom
- ${rootArtifactId}-fixture
- ${rootArtifactId}-objstore-dflt
- ${rootArtifactId}-webapp
- ${rootArtifactId}-tests-junit
- ${rootArtifactId}-tests-bdd
Подробная информация об архетипе quickstart-archetype
| Лицензия |
Лицензия
|
| Группа |
Группаorg.apache.isis |
| Идентификатор |
Идентификаторquickstart-archetype |
| Версия |
Версия0.2.0-incubating |
| Тип |
Типmaven-archetype |
| Описание |
Описание
quickstart-archetype
Root POM for core framework, the viewers, and
the runtime implementations.
Defines standard build process, as well as
standard set of 3rd party dependencies
(eg for testing and logging frameworks).
|
| Организация-разработчик |
Организация-разработчик
The Apache Software Foundation
|
Как подключить последнюю версию
Зависимости
compile (3)
test (5)
Модули Проекта
Данный проект не имеет модулей.