Skip to content

rokhmanov/repo-graph-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-graph-maven

A command-line utility which can store Local Maven Repository structure in Neo4J Graph Database.

usage: repo-graph-maven.xxxx.jar [OPTION]... Options: - (mandatory parameter) path to the local Maven repository. - (mandatory parameter) Neo4j REST server root URL. 'clear' - (optional parameter) The existing database will be recreated if specified.

Example: java -jar repo-graph-maven.jar ~/.m2/repository http://192.168.0.1:7474/db/data/ clear

More details about usage and implementation: http://rokhmanov.blogspot.com/2014/12/represent-your-local-maven-repository.html

About

Store Local Maven Repository Structure in Neo4J Graph Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages