MVN

net.contextfw : web-quickstart

Maven & Gradle

Mar 17, 2012
2 stars

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

mvn archetype:generate -DarchetypeGroupId=net.contextfw -DarchetypeArtifactId=web-quickstart -DarchetypeVersion=0.8.5
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.contextfw : web-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 0.8.5

All Versions

Choose a version of net.contextfw : web-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.8.x
web-quickstart-0.8.5
web-quickstart-0.8.4
web-quickstart-0.8.3
web-quickstart-0.8.2
web-quickstart-0.8.1
web-quickstart-0.8.0
0.7.x
web-quickstart-0.7.1
web-quickstart-0.7.0
0.6.x
web-quickstart-0.6.2
web-quickstart-0.6.1
web-quickstart-0.6.0
0.5.x
web-quickstart-0.5.1
web-quickstart-0.5.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=net.contextfw -DarchetypeArtifactId=web-quickstart -DarchetypeVersion=0.8.5

Advertisement