From 1059d5311c8d63eae7a40e6f6c0e181ded826fe0 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 30 Mar 2017 19:42:23 +0200 Subject: [PATCH] Add Karaf 4 artifacts Change-Id: I930f11d8814ac1b6eaa1f43d45ed6031f170ede8 Signed-off-by: Stephen Kitt --- .../hwvtepsouthbound-artifacts/pom.xml | 35 +++++++++++++++++++ library/artifacts/pom.xml | 14 ++++++++ southbound/southbound-artifacts/pom.xml | 35 +++++++++++++++++++ 3 files changed, 84 insertions(+) diff --git a/hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml index 22feb25d5..6a9b0f00a 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml @@ -42,6 +42,41 @@ and is available at http://www.eclipse.org/legal/epl-v10.html features xml + + ${project.groupId} + hwvtepsouthbound-features4 + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-hwvtepsouthbound-api + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-hwvtepsouthbound + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-hwvtepsouthbound-rest + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-hwvtepsouthbound-ui + ${project.version} + features + xml + diff --git a/library/artifacts/pom.xml b/library/artifacts/pom.xml index 9521c4865..ebe435a57 100644 --- a/library/artifacts/pom.xml +++ b/library/artifacts/pom.xml @@ -37,6 +37,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html features xml + + ${project.groupId} + library-features4 + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-library + ${project.version} + features + xml + diff --git a/southbound/southbound-artifacts/pom.xml b/southbound/southbound-artifacts/pom.xml index 29e212c2e..2fd40c19b 100644 --- a/southbound/southbound-artifacts/pom.xml +++ b/southbound/southbound-artifacts/pom.xml @@ -62,6 +62,41 @@ and is available at http://www.eclipse.org/legal/epl-v10.html features xml + + ${project.groupId} + southbound-features4 + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-southbound-api + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-southbound-impl + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-southbound-impl-rest + ${project.version} + features + xml + + + ${project.groupId} + odl-ovsdb-southbound-impl-ui + ${project.version} + features + xml + -- 2.36.6