Create Java project with Maven archetype web-quickstart

Context Web Application Framework - Quickstart

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.contextfw"   -DarchetypeArtifactId="web-quickstart"   -DarchetypeVersion="0.8.5"   -DinteractiveMode=false 

Details about maven archetype web-quickstart

License

License

GroupId

GroupId

net.contextfw
ArtifactId

ArtifactId

web-quickstart
Version

Version

0.8.5
Type

Type

maven-archetype
Description

Description

Context :: Web :: Quickstart
Context Web Application Framework - Quickstart

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.contextfw -DarchetypeArtifactId=web-quickstart -DarchetypeVersion=0.8.5 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
org.slf4j : slf4j-api jar 1.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.