Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 348 Bytes

DEVELOPMENT.md

File metadata and controls

27 lines (17 loc) · 348 Bytes

Local Development

Requirements

Java 7+: https://www.java.com/en/download/

Build

Build with Java 7 and above by running the following from the root directory:

./mvnw package

Run Tests

To run all tests:

./mvnw test

To run individual tests:

./mvnw test -pl libhoney "-Dtest=HoneyClientTest"