MVN

org.umlg : umlg-archetype

Maven & Gradle

Jun 08, 2015

umlg archetype full · Generates a Umlg application with Umlg's datatypes, validation profile and a rest interface

mvn archetype:generate -DarchetypeGroupId=org.umlg -DarchetypeArtifactId=umlg-archetype -DarchetypeVersion=1.0.0.M9
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.umlg : umlg-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.0.M9

All Versions

Choose a version of org.umlg : umlg-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
umlg-archetype-1.0.0.M9

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=org.umlg -DarchetypeArtifactId=umlg-archetype -DarchetypeVersion=1.0.0.M9

Advertisement