From 47c4c48663cba3aa796c3ae637f864e898dea292 Mon Sep 17 00:00:00 2001 From: Michael Tischer Date: Fri, 8 Feb 2019 11:04:07 +0100 Subject: [PATCH] snapshot repo added to README.MD --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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