Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant