From 4837af37edd20087b4af5c014964d6e82eaa9b57 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 29 Nov 2015 17:44:53 -0500 Subject: [PATCH] Use odlparent-lite as artifacts parent We created odlparent-lite to provide a minimal pom which allows projects to publish to the correct server. Without this ${project}-artifacts may fail to deploy to Nexus. Change-Id: I8c3b9e1f250238cb90fafda042d50bf524d75faa Signed-off-by: Thanh Ha --- artifacts/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 1bb69b6e..ed8adc5c 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -9,6 +9,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 4.0.0 + + + org.opendaylight.odlparent + odlparent-lite + 1.6.0-SNAPSHOT + + + org.opendaylight.unimgr unimgr-artifacts 0.0.1-SNAPSHOT -- 2.36.6