Create Java project with Maven archetype devnull-web-archetype

DevNull starter webaapp with Spring MVC, JPA, Groovy and Twitter Bootstrap

Create a Java Project by archetype devnull-web-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.devnull"   -DarchetypeArtifactId="devnull-web-archetype"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Details about maven archetype devnull-web-archetype

License

License

GroupId

GroupId

org.devnull
ArtifactId

ArtifactId

devnull-web-archetype
Version

Version

1.1
Type

Type

maven-archetype
Description

Description

DevNull: Web Archetype
DevNull starter webaapp with Spring MVC, JPA, Groovy and Twitter Bootstrap

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.devnull -DarchetypeArtifactId=devnull-web-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false

Dependencies

compile (5)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 1.8.8
org.slf4j : slf4j-api jar 1.6.6
org.slf4j : slf4j-log4j12 Optional jar 1.6.6
org.slf4j : jcl-over-slf4j Optional jar 1.6.6
log4j : log4j Optional jar 1.2.14

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.