Maven coordinates for Janus graph


akris...@...
 

What are the maven co-ordinates for downloading the Janus graph jars? is there one?

Regards
Ajay krishnan


HadoopMarc <m.c.d...@...>
 

Hi Ajay,

I believe there is just the git repo just now:  https://github.com/JanusGraph/janusgraph

You can clone the repo and do a local build, which will put the jars in your local .m2 repo, see the pom.xml for the maven coordinates.  If you want installable zip archives for console and server, I think (reading from the pom.xml) you can still use the release profile and get the archives in the target directories of console and server (did not try it myself), so:

mvn clean install -DskipTests -Dgpg.skip -Pjanusgraph-release

Cheers,    Marc

Op woensdag 25 januari 2017 19:34:51 UTC+1 schreef ak...@...:

What are the maven co-ordinates for downloading the Janus graph jars? is there one?

Regards
Ajay krishnan


Collin Scangarella <collinsc...@...>
 

For those coming from google, here are the current maven coordinates.

https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.janusgraph%22

On Thursday, January 26, 2017 at 10:56:30 AM UTC-8, HadoopMarc wrote:
Hi Ajay,

I believe there is just the git repo just now:  https://github.com/JanusGraph/janusgraph

You can clone the repo and do a local build, which will put the jars in your local .m2 repo, see the pom.xml for the maven coordinates.  If you want installable zip archives for console and server, I think (reading from the pom.xml) you can still use the release profile and get the archives in the target directories of console and server (did not try it myself), so:

mvn clean install -DskipTests -Dgpg.skip -Pjanusgraph-release

Cheers,    Marc

Op woensdag 25 januari 2017 19:34:51 UTC+1 schreef ak...@...:
What are the maven co-ordinates for downloading the Janus graph jars? is there one?

Regards
Ajay krishnan