Создать 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

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.isis -DarchetypeArtifactId=quickstart-archetype -DarchetypeVersion=0.2.0-incubating -DinteractiveMode=false

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.16
com.google.guava : guava jar 11.0
org.hamcrest : hamcrest-library jar 1.1

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.jmock : jmock-junit4 jar 2.5.1
org.jmock : jmock-legacy jar 2.5.1
cglib : cglib-nodep jar 2.1_3
org.objenesis : objenesis jar 1.2

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

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