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/impl-parent/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'common/impl-parent') 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/ + + -- cgit 1.2.3-korg