Create Java project with Maven archetype umlg-archetype

Generates a Umlg application with Umlg's datatypes, validation profile and a rest interface

Create a Java Project by archetype umlg-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -D_1-Bitsy_2-Neo4j_3-Titan_BerkeleyDb="My-_1-Bitsy_2-Neo4j_3-Titan_BerkeleyDb"   -DarchetypeGroupId="org.umlg"   -DarchetypeArtifactId="umlg-archetype"   -DarchetypeVersion="1.0.0.M9"   -DinteractiveMode=false 

Required parameters for generate java project:

_1-Bitsy_2-Neo4j_3-Titan_BerkeleyDb
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-generator
  • ${rootArtifactId}-application

Details about maven archetype umlg-archetype

GroupId

GroupId

org.umlg
ArtifactId

ArtifactId

umlg-archetype
Version

Version

1.0.0.M9
Type

Type

maven-archetype
Description

Description

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

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.umlg -DarchetypeArtifactId=umlg-archetype -DarchetypeVersion=1.0.0.M9 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.