MVN

pro.savant.circumflex : webapp-archetype

Maven & Gradle

Feb 14, 2013

Circumflex Application Archetype

mvn archetype:generate -DarchetypeGroupId=pro.savant.circumflex -DarchetypeArtifactId=webapp-archetype -DarchetypeVersion=3.0-RC1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.savant.circumflex : webapp-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 3.0-RC1
  • Latest Release Candidate: 3.0-RC1

All Versions

Choose a version of pro.savant.circumflex : webapp-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.0
webapp-archetype-3.0-RC1

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=pro.savant.circumflex -DarchetypeArtifactId=webapp-archetype -DarchetypeVersion=3.0-RC1

Advertisement