Create Java project with 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.

Create a Java Project by archetype phaedra-archetype with Command Line:

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

Details about maven archetype phaedra-archetype

GroupId

GroupId

net.phaedra
ArtifactId

ArtifactId

phaedra-archetype
Version

Version

0.6.0
Type

Type

maven-archetype
Description

Description

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.
Project Organization

Project Organization

Daniele Dellafiore

How to add to project

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

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.