SNAPSHOT builds publish to Sonatype OSSRH, closes #165

This commit is contained in:
Emux
2016-09-08 22:32:42 +03:00
parent 1328d050e0
commit 801eda470d
15 changed files with 27 additions and 27 deletions

View File

@@ -53,9 +53,16 @@ The dependencies for Maven are declared in a similar way. For example:
</dependency>
```
## Snapshots
We publish regularly SNAPSHOT builds to Sonatype OSS Repository Hosting. To use `master-SNAPSHOT` version add as repository, e.g. in Gradle:
```groovy
maven { url "https://oss.sonatype.org/content/groups/public/" }
```
## JitPack
We support also [JitPack](https://jitpack.io/#mapsforge/vtm) for publishing. This can be used for the releases, but it's also useful for integrating SNAPSHOT builds in your application (not available in Maven Central).
We support also [JitPack](https://jitpack.io/#mapsforge/vtm) for releases or SNAPSHOT builds.
For example in order to include the `vtm` module `master-SNAPSHOT` with Gradle.