From b139087602d3b3720185f7153a9ae26402f34764 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 2 Feb 2016 17:36:27 +0100 Subject: Add distributionManagement We have deploy failures, this should fix them. Change-Id: I2505ab3d9bfadc6fbc9ce4305c164aaf7bbbc0f4 Signed-off-by: Robert Varga --- common/api-parent/pom.xml | 15 +++++++++++++++ common/features-parent/pom.xml | 16 ++++++++++++++++ common/impl-parent/pom.xml | 14 ++++++++++++++ common/it-parent/pom.xml | 15 +++++++++++++++ common/karaf-parent/pom.xml | 16 ++++++++++++++++ 5 files changed, 76 insertions(+) diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 76c2aafe7..02e8fa457 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -21,6 +21,10 @@ + + http://nexus.fd.io/content + + 4.0.0 io.fd.honeycomb.common api-parent @@ -55,4 +59,15 @@ + + + + fdio-release + ${nexusproxy}/repositories/fd.io.release/ + + + fdio-snapshot + ${nexusproxy}/repositories/fd.io.dev/ + + diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml index a3dac7341..d11d0e901 100644 --- a/common/features-parent/pom.xml +++ b/common/features-parent/pom.xml @@ -20,6 +20,11 @@ 1.6.0-SNAPSHOT + + + http://nexus.fd.io/content + + io.fd.honeycomb.common features-parent 1.0.0-SNAPSHOT @@ -54,4 +59,15 @@ + + + + fdio-release + ${nexusproxy}/repositories/fd.io.release/ + + + fdio-snapshot + ${nexusproxy}/repositories/fd.io.dev/ + + diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index ac17c8a34..f7eca59ef 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -28,9 +28,12 @@ impl-parent 1.0.0-SNAPSHOT pom + APACHE_HEADER.txt + http://nexus.fd.io/content + @@ -60,4 +63,15 @@ + + + + fdio-release + ${nexusproxy}/repositories/fd.io.release/ + + + fdio-snapshot + ${nexusproxy}/repositories/fd.io.dev/ + + diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml index 9272cc4a8..3d756ffcf 100644 --- a/common/it-parent/pom.xml +++ b/common/it-parent/pom.xml @@ -23,6 +23,10 @@ + + http://nexus.fd.io/content + + 4.0.0 io.fd.honeycomb.common it-parent @@ -57,4 +61,15 @@ + + + + fdio-release + ${nexusproxy}/repositories/fd.io.release/ + + + fdio-snapshot + ${nexusproxy}/repositories/fd.io.dev/ + + diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml index 253dc361b..3cdfc91dd 100644 --- a/common/karaf-parent/pom.xml +++ b/common/karaf-parent/pom.xml @@ -20,6 +20,11 @@ 1.6.0-SNAPSHOT + + + http://nexus.fd.io/content + + 4.0.0 io.fd.honeycomb.common karaf-parent @@ -54,4 +59,15 @@ + + + + fdio-release + ${nexusproxy}/repositories/fd.io.release/ + + + fdio-snapshot + ${nexusproxy}/repositories/fd.io.dev/ + + -- cgit 1.2.3-korg