Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 227 Bytes

BUILDING.md

File metadata and controls

25 lines (13 loc) · 227 Bytes

Building hugegraph-loader


Required:

  • 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