Skip to content

Instantly share code, notes, and snippets.

@faridiot
Created August 10, 2016 01:16
Show Gist options
  • Save faridiot/84830ca4505730381bb7cd469afd07a2 to your computer and use it in GitHub Desktop.
Save faridiot/84830ca4505730381bb7cd469afd07a2 to your computer and use it in GitHub Desktop.

Building Titan

Required:

  • Java 7 (0.5 and earlier) or Java 8 (0.9 and later)
  • Maven

To build without executing tests:

mvn clean install -DskipTests=true

To build with default tests:

mvn clean install

To build with default plus TinkerPop tests:

mvn clean install -Dtest.skip.tp=false

To build with only the TinkerPop tests:

mvn clean install -Dtest.skip.tp=false -DskipTests=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment