Create Java project with Maven archetype duel-mvc-archetype

MVC project archetype using Jersey, Guice, DUEL views, DUEL merge

Create a Java Project by archetype duel-mvc-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.duelengine"   -DarchetypeArtifactId="duel-mvc-archetype"   -DarchetypeVersion="0.9.5"   -DinteractiveMode=false 

Details about maven archetype duel-mvc-archetype

License

License

GroupId

GroupId

org.duelengine
ArtifactId

ArtifactId

duel-mvc-archetype
Version

Version

0.9.5
Type

Type

maven-archetype
Description

Description

DUEL MVC Archetype
MVC project archetype using Jersey, Guice, DUEL views, DUEL merge
Project URL

Project URL

http://duelengine.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.duelengine -DarchetypeArtifactId=duel-mvc-archetype -DarchetypeVersion=0.9.5 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.