Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Simple archetype to quickly get started with Neo4j in embedded mode

License

Notifications You must be signed in to change notification settings

fbiville/maven-embedded-neo4j-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven embedded Neo4j archetype

This archetype will allow you to start right away using Neo4j in embedded mode for your Java projects.

From Maven Central

 $ mvn archetype:generate -Dfilter=maven-embedded-neo4j-archetype

From the sources

 $ (maven-embedded-neo4j-archetype) > mvn install
 $ (maven-embedded-neo4j-archetype) > mkdir /path/to/new/project
 $ (project) > mvn archetype:generate -DarchetypeCatalog=local
[INFO] Scanning for projects...
[INFO] 
[INFO] (...) your display may slightly vary (...)
[INFO]
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: local -> net.biville.florent:maven-embedded-neo4j-archetype (maven-embedded-neo4j-archetype)
[INFO] (...) type 1 and go on (...)

About

Simple archetype to quickly get started with Neo4j in embedded mode

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages