简体   繁体   中英

How to make a JAR from simplegraph with underlying sources from tinkerpop/gremlin

I have made a JAR from SimpleGraph which I want to use it in a separat project. In my own project I can see and use the direct classes of SimpleGraph like ExcelSystem etc. but can not use the underlying classes as Vertex etc. from Tinkerpop/Gremlin. Is there a way to include these into the JAR generation?

The installation instructions at http://www.bitplan.com/index.php/SimpleGraph-Installation have been updated according to your question.

To include simplegraph as a single jar dependency for your project you might want to run:

cd com.bitplan.simplegraph/simplegraph-bundle
mvn install -D skipTests -D gpg.skip -P createAssembly

which will create a jar-with-dependencies.jar

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM