Создать Java проект на основе Maven архетипа phaedra-archetype

Set of libraries that contribute to create a stack for web application development based on Java. Phaedra leverages existing Open Source frameworks such as Wicket, Hibernate, Spring and tons of smaller Java open source libraries such as Apache Commons, jDom and jin-collections.

Консольная команда для создания Java-проекта на основе архетипа phaedra-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.phaedra"   -DarchetypeArtifactId="phaedra-archetype"   -DarchetypeVersion="0.6.0"   -DinteractiveMode=false 

Подробная информация об архетипе phaedra-archetype

Группа

Группа

net.phaedra
Идентификатор

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

phaedra-archetype
Версия

Версия

0.6.0
Тип

Тип

maven-archetype
Описание

Описание

phaedra-archetype
Set of libraries that contribute to create a stack for web application development based on Java. Phaedra leverages existing Open Source frameworks such as Wicket, Hibernate, Spring and tons of smaller Java open source libraries such as Apache Commons, jDom and jin-collections.
Организация-разработчик

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

Daniele Dellafiore

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.phaedra -DarchetypeArtifactId=phaedra-archetype -DarchetypeVersion=0.6.0 -DinteractiveMode=false

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.4.2
org.slf4j : slf4j-log4j12 jar 1.4.2
junit : junit jar 4.7

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

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