MVN

com.github.mkspcd : simple-webapp

Maven & Gradle

May 10, 2017

simple-webapp · The bare minimum for a functional webapp.

mvn archetype:generate -DarchetypeGroupId=com.github.mkspcd -DarchetypeArtifactId=simple-webapp -DarchetypeVersion=0.8.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mkspcd : simple-webapp to generate a Maven project - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of com.github.mkspcd : simple-webapp to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.8.x
simple-webapp-0.8.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=com.github.mkspcd -DarchetypeArtifactId=simple-webapp -DarchetypeVersion=0.8.0