From bfee0757489f61ceda70c828fda5b56d7205d01b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 29 Nov 2015 17:25:23 -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: I1f27a982c9ac3b28d71a7bdaccad0d032122a4ae 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 29f70b501e..f390cd8ab0 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -10,6 +10,14 @@ 4.0.0 + + + org.opendaylight.odlparent + odlparent-lite + 1.6.0-SNAPSHOT + + + org.opendaylight.openflowplugin openflowplugin-artifacts 0.2.0-SNAPSHOT -- 2.36.6