mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="net.phaedra" -DarchetypeArtifactId="phaedra-archetype" -DarchetypeVersion="0.6.0" -DinteractiveMode=false
GroupId | GroupIdnet.phaedra |
---|---|
ArtifactId | ArtifactIdphaedra-archetype |
Version | Version0.6.0 |
Type | Typemaven-archetype |
Description |
Descriptionphaedra-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.
|
Project Organization |
Project OrganizationDaniele Dellafiore |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.phaedra -DarchetypeArtifactId=phaedra-archetype -DarchetypeVersion=0.6.0 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.4.2 |
org.slf4j : slf4j-log4j12 | jar | 1.4.2 |
junit : junit | jar | 4.7 |