diff --git a/README.md b/README.md index 6a5cb3a52..c3be4526a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,21 @@ Here we develop new features. This release is unstable and shouldn't be used in ``` +#### Snapshot repository + +We use the Sonatype snapshot repository. + Maybe you have to add this repository to your \ section of the pom.xml. + +```xml + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + true + + +``` + ### Get Help