From 65a1200d6ec3b29d6af596c1e2c7ffcc3344223c Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Mon, 26 Jun 2017 10:05:04 -0700 Subject: [PATCH] Add local nexus repositories --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index f0b6765..c792bc6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,10 @@ pa-releases https://repo.extension.ws/content/repositories/releases + + maven-public + http://nexus/repository/maven-public/ + @@ -37,6 +41,14 @@ pa-deployment https://repo.extension.ws/content/repositories/snapshots + + nexus-snapshots + http://nexus/repository/maven-snapshots/ + + + nexus-releases + http://nexus/repository/maven-releases/ +