From a2fceb61be7c813beb3fc7fde51843c82bd14801 Mon Sep 17 00:00:00 2001 From: Faseela K Date: Fri, 16 Feb 2018 00:38:38 +0530 Subject: [PATCH] Export model-topology as a feature This is required by openflowplugin. They should be consumable as feature, not bundle. For detailed discussion, please refer to the followings https://lists.opendaylight.org/pipermail/release/2018-January/013604.html https://lists.opendaylight.org/pipermail/release/2017-September/012356.html Change-Id: I3fb42770efec22a84b143f05ba0329d591eb2a16 Signed-off-by: Faseela K --- features/mdsal/features-mdsal/pom.xml | 7 ++ .../odl-controller-model-topology/pom.xml | 90 +++++++++++++++++++ features/mdsal/pom.xml | 1 + opendaylight/md-sal/mdsal-artifacts/pom.xml | 7 ++ 4 files changed, 105 insertions(+) create mode 100644 features/mdsal/odl-controller-model-topology/pom.xml diff --git a/features/mdsal/features-mdsal/pom.xml b/features/mdsal/features-mdsal/pom.xml index fc5b2395b9..aef813fd29 100644 --- a/features/mdsal/features-mdsal/pom.xml +++ b/features/mdsal/features-mdsal/pom.xml @@ -87,6 +87,13 @@ xml features + + ${project.groupId} + odl-controller-model-topology + ${project.version} + xml + features + ${project.groupId} odl-mdsal-remoterpc-connector diff --git a/features/mdsal/odl-controller-model-topology/pom.xml b/features/mdsal/odl-controller-model-topology/pom.xml new file mode 100644 index 0000000000..aa6fa41a04 --- /dev/null +++ b/features/mdsal/odl-controller-model-topology/pom.xml @@ -0,0 +1,90 @@ + + + + 4.0.0 + + + org.opendaylight.odlparent + single-feature-parent + 2.0.5 + + + + org.opendaylight.controller + odl-controller-model-topology + 1.7.0-SNAPSHOT + feature + + OpenDaylight :: MD-SAL :: Topology 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.yangtools + yangtools-artifacts + 2.0.1 + pom + import + + + + + + + org.opendaylight.yangtools + odl-yangtools-codec + xml + features + + + org.opendaylight.mdsal + odl-mdsal-binding-runtime + xml + features + + + org.opendaylight.mdsal.model + odl-mdsal-models + xml + features + + + org.opendaylight.controller + odl-mdsal-model-inventory + xml + features + + + org.opendaylight.controller.model + model-topology + + + diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 76e7d3b959..97406be586 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -33,6 +33,7 @@ odl-mdsal-clustering-commons odl-mdsal-distributed-datastore odl-mdsal-model-inventory + odl-controller-model-topology 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 c477b147de..0e224e025b 100644 --- a/opendaylight/md-sal/mdsal-artifacts/pom.xml +++ b/opendaylight/md-sal/mdsal-artifacts/pom.xml @@ -384,6 +384,13 @@ xml features + + ${project.groupId} + odl-controller-model-topology + ${project.version} + xml + features + ${project.groupId} odl-toaster -- 2.36.6