Create Java project with Maven archetype xo-neo4j-quickstart

Creates a skeleton for an XO application using the Neo4j graph database backend.

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.2"   -DinteractiveMode=false 

Details about maven archetype xo-neo4j-quickstart

License

License

GroupId

GroupId

com.smb-tec.xo.archetypes
ArtifactId

ArtifactId

xo-neo4j-quickstart
Version

Version

0.0.2
Type

Type

maven-archetype
Description

Description

XO Archetypes - xo-neo4j-quickstart
Creates a skeleton for an XO application using the Neo4j graph database backend.
Project Organization

Project Organization

SMB GmbH

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.2 -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.