forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Notes for developers working on this fork | ||
|
||
## Building | ||
|
||
This fork is built like the upstream version using Maven. | ||
|
||
Compile and run tests: | ||
|
||
```sh | ||
mvn clean compile test | ||
``` | ||
|
||
Build JAR files: | ||
|
||
```sh | ||
mvn install | ||
``` | ||
|
||
## Deployment | ||
|
||
Deployment is done by | ||
|
||
`mvn deploy`. | ||
|
||
The fork is hosted in a [custom Maven repository run by Geofabrik](https://maven.geofabrik.de). 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters