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  
            | GroupId | GroupIdorg.umlg | 
    
|---|---|
| ArtifactId | ArtifactIdumlg-archetype | 
    
| Version | Version1.0.0.M9 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            Descriptionumlg archetype full 
            Generates a Umlg application with Umlg's datatypes, validation profile and a rest interface 
         | 
    
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.umlg -DarchetypeArtifactId=umlg-archetype -DarchetypeVersion=1.0.0.M9 -DinteractiveMode=false