From a3f9ddeb9c29422b8681fa55386dc9c52b23ca65 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 29 Nov 2015 17:51:13 -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: Ib49a27bcf7baac7da276bac133a5b54305755b48 Signed-off-by: Thanh Ha --- vpnservice-artifacts/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vpnservice-artifacts/pom.xml b/vpnservice-artifacts/pom.xml index efc2147e..2e34f01e 100644 --- a/vpnservice-artifacts/pom.xml +++ b/vpnservice-artifacts/pom.xml @@ -10,6 +10,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 + + + org.opendaylight.odlparent + odlparent-lite + 1.6.0-SNAPSHOT + + + org.opendaylight.vpnservice vpnservice-artifacts 0.2.0-SNAPSHOT -- 2.36.6