Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Build janusgraph-util with particular Janusgraph commit number #19

Open
tedhtchang opened this issue Aug 25, 2017 · 0 comments
Open

Build janusgraph-util with particular Janusgraph commit number #19

tedhtchang opened this issue Aug 25, 2017 · 0 comments

Comments

@tedhtchang
Copy link
Member

tedhtchang commented Aug 25, 2017

Currently janusgraph-utils is build with Janusgraphv0.1.1. and with a workaround to run with different Janusgraph build. Ideally, we need to build janusgraph-utils with a desired Janusgraph commit.
The maven-scm-plugin is able to download a particular commit but still need to figure how to build Janusgraph first and then build the janusgraph-utils

     <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-scm-plugin</artifactId>
        <version>1.9.5</version>
        <configuration>
          <connectionType>connection</connectionType>
          <scmVersion>170f424852525d8cb7fd40754c5b8a3f8a68a3f6</scmVersion>
          <scmVersionType>revision</scmVersionType>
          <checkoutDirectory>${project.build.directory}/janusgraph</checkoutDirectory>
        </configuration>
     </plugin> 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant