From c855725fbcb0d874052fe957a42c516708bb1395 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 24 Apr 2017 10:58:57 +0200 Subject: [PATCH] Bug 8181 - Add karaf4 feat to artifacts Change-Id: Ied3f487b8292b41b2a863bedc2ccf2aefaea662d Signed-off-by: Ivan Hrasko --- netconf/netconf-artifacts/pom.xml | 198 +++++++++++++++++++++++++++- restconf/restconf-artifacts/pom.xml | 32 ++++- 2 files changed, 225 insertions(+), 5 deletions(-) diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index 6817400337..7019ffbf36 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/netconf/netconf-artifacts/pom.xml @@ -157,7 +157,6 @@ ${project.version} features xml - runtime @@ -286,17 +285,210 @@ ${project.groupId} features-netconf ${project.version} + xml + features + + + + + ${project.groupId} + features4-netconf + ${project.version} + xml + features + + + ${project.groupId} + odl-aaa-netconf-plugin + ${project.version} + xml + features + + + ${project.groupId} + odl-aaa-netconf-plugin-no-cluster + ${project.version} + xml + features + + + ${project.groupId} + odl-config-netconf-connector + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-all + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-api + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-client + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-impl + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-mapping-api + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-mdsal + 1.6.0-SNAPSHOT + xml + features + + + ${project.groupId} + odl-netconf-monitoring + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-netty-util + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-notifications-api + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-notifications-impl + ${project.version} + xml features + + + ${project.groupId} + odl-netconf-ssh + ${project.version} xml - runtime + features + + + ${project.groupId} + odl-netconf-tcp + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-util + ${project.version} + xml + features + + + + + ${project.groupId} + features4-netconf-connector + ${project.version} + xml + features + + + ${project.groupId} + odl-message-bus + ${project.version} + xml + features ${project.groupId} odl-netconf-clustered-topology ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-connector + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-connector-all + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-connector-ssh + ${project.version} + xml features + + + ${project.groupId} + odl-netconf-callhome-ssh + ${project.version} + xml + features + + + ${project.groupId} + odl-netconf-console + ${project.version} xml - runtime + features + + + ${project.groupId} + odl-netconf-topology + ${project.version} + xml + features + + + + + ${project.groupId} + features4-yanglib + ${project.version} + xml + features + + + ${project.groupId} + odl-yanglib + ${project.version} + xml + features diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml index 2f52f58685..207331f61d 100644 --- a/restconf/restconf-artifacts/pom.xml +++ b/restconf/restconf-artifacts/pom.xml @@ -70,17 +70,45 @@ ${project.groupId} features-restconf ${project.version} + xml features + + + + + ${project.groupId} + features4-restconf + ${project.version} xml - runtime + features + + + ${project.groupId} + odl-mdsal-apidocs + ${project.version} + xml + features ${project.groupId} odl-restconf ${project.version} + xml + features + + + ${project.groupId} + odl-restconf-all + ${project.version} + xml features + + + ${project.groupId} + odl-restconf-noauth + ${project.version} xml - runtime + features -- 2.36.6