Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 639 Bytes

NOTES_FOR_DEVS.md

File metadata and controls

29 lines (18 loc) · 639 Bytes

Notes for developers working on this fork

Building

This fork is built like the upstream version using Maven.

Compile and run tests:

mvn clean compile test

Build JAR files:

mvn install

Deployment

Deployment is done by

mvn deploy.

The fork is hosted in a custom Maven repository run by Geofabrik. New versions are pushed there using SCP (OpenSSH secure file copy) – authenticated by public key.

If the version string in the pom.xml files ends with -SNAPSHOT, calling mvn deploy will deploy to the snapshot repository located in the maven_repository directory.