Create Java project with Maven archetype xo-neo4j-quickstart

Creates a skeleton for an XO-Neo4j application

Create a Java Project by archetype xo-neo4j-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.smb-tec.xo.archetypes"   -DarchetypeArtifactId="xo-neo4j-quickstart"   -DarchetypeVersion="0.0.1"   -DinteractiveMode=false 

Details about maven archetype xo-neo4j-quickstart

GroupId

GroupId

com.smb-tec.xo.archetypes
ArtifactId

ArtifactId

xo-neo4j-quickstart
Version

Version

0.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.smb-tec.xo.archetypes -DarchetypeArtifactId=xo-neo4j-quickstart -DarchetypeVersion=0.0.1 -DinteractiveMode=false