From 223118feea5b282ce8ea7cf1b26a09858ff67875 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 9 Oct 2017 19:32:44 +0200 Subject: [PATCH] BUG-9218: package controller inventory model Downstreams are pulling in model-inventory artifact because they do not have a feature where to pull it from. Provide that feature as odl-mdsal-model-inventory. Change-Id: I973830ff5b334ea544621f0a8ffc53557439b9c0 Signed-off-by: Robert Varga --- features/mdsal/features-mdsal/pom.xml | 7 ++ features/mdsal/odl-mdsal-all/pom.xml | 6 ++ .../mdsal/odl-mdsal-model-inventory/pom.xml | 73 +++++++++++++++++++ .../mdsal/odl-message-bus-collector/pom.xml | 10 +-- features/mdsal/pom.xml | 1 + opendaylight/md-sal/mdsal-artifacts/pom.xml | 7 ++ 6 files changed, 99 insertions(+), 5 deletions(-) create mode 100644 features/mdsal/odl-mdsal-model-inventory/pom.xml diff --git a/features/mdsal/features-mdsal/pom.xml b/features/mdsal/features-mdsal/pom.xml index 0265294b40..dd5664ebe5 100644 --- a/features/mdsal/features-mdsal/pom.xml +++ b/features/mdsal/features-mdsal/pom.xml @@ -80,6 +80,13 @@ xml features + + ${project.groupId} + odl-mdsal-model-inventory + ${project.version} + xml + features + ${project.groupId} odl-mdsal-remoterpc-connector diff --git a/features/mdsal/odl-mdsal-all/pom.xml b/features/mdsal/odl-mdsal-all/pom.xml index d2cd0b05e3..ddc1a85df7 100644 --- a/features/mdsal/odl-mdsal-all/pom.xml +++ b/features/mdsal/odl-mdsal-all/pom.xml @@ -48,6 +48,12 @@ xml features + + ${project.groupId} + odl-mdsal-model-inventory + xml + features + ${project.groupId} odl-toaster diff --git a/features/mdsal/odl-mdsal-model-inventory/pom.xml b/features/mdsal/odl-mdsal-model-inventory/pom.xml new file mode 100644 index 0000000000..579ded9e13 --- /dev/null +++ b/features/mdsal/odl-mdsal-model-inventory/pom.xml @@ -0,0 +1,73 @@ + + + + 4.0.0 + + + org.opendaylight.odlparent + single-feature-parent + 2.0.5 + + + + org.opendaylight.controller + odl-mdsal-model-inventory + 1.7.0-SNAPSHOT + feature + + OpenDaylight :: MD-SAL :: Inventory Model + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.4.0-SNAPSHOT + pom + import + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.12.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + mdsal-artifacts + ${project.version} + pom + import + + + + + + + org.opendaylight.mdsal + odl-mdsal-binding-runtime + xml + features + + + org.opendaylight.mdsal.model + odl-mdsal-models + xml + features + + + + org.opendaylight.controller.model + model-inventory + + + diff --git a/features/mdsal/odl-message-bus-collector/pom.xml b/features/mdsal/odl-message-bus-collector/pom.xml index c344bd146e..f2ec75e3af 100644 --- a/features/mdsal/odl-message-bus-collector/pom.xml +++ b/features/mdsal/odl-message-bus-collector/pom.xml @@ -42,14 +42,14 @@ - org.opendaylight.controller.model - model-inventory - 1.7.0-SNAPSHOT + org.opendaylight.controller + odl-mdsal-model-inventory + xml + features org.opendaylight.controller odl-mdsal-broker - ${project.version} xml features @@ -78,4 +78,4 @@ config - \ No newline at end of file + diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 46adb1a706..2a4770325b 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -32,6 +32,7 @@ odl-mdsal-clustering-commons odl-mdsal-common odl-mdsal-distributed-datastore + odl-mdsal-model-inventory odl-mdsal-remoterpc-connector odl-message-bus-collector odl-toaster diff --git a/opendaylight/md-sal/mdsal-artifacts/pom.xml b/opendaylight/md-sal/mdsal-artifacts/pom.xml index d624da92d2..7a48c9aa19 100644 --- a/opendaylight/md-sal/mdsal-artifacts/pom.xml +++ b/opendaylight/md-sal/mdsal-artifacts/pom.xml @@ -360,6 +360,13 @@ xml features + + ${project.groupId} + odl-mdsal-model-inventory + ${project.version} + xml + features + ${project.groupId} odl-toaster -- 2.36.6