From e560a82ffb827f937e7a7b1f05106fe1ddb82596 Mon Sep 17 00:00:00 2001 From: Brokkonaut Date: Wed, 15 Aug 2018 17:38:55 +0200 Subject: [PATCH] specify distribution repository in pom.xml --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index f7b7dcd3..d0e39fac 100644 --- a/pom.xml +++ b/pom.xml @@ -105,4 +105,16 @@ + + + nexus + Releases + https://www.iani.de/nexus/content/repositories/releases/ + + + nexus + Snapshot + https://www.iani.de/nexus/content/repositories/snapshots/ + + \ No newline at end of file