mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="net.phaedra" -DarchetypeArtifactId="phaedra-archetype" -DarchetypeVersion="0.6.0" -DinteractiveMode=false
| Группа | Группа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
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.4.2 |
| org.slf4j : slf4j-log4j12 | jar | 1.4.2 |
| junit : junit | jar | 4.7 |