From 56d4bcf3fc9cfb29c0464c6e985fcf2e0796d484 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 19 Jul 2018 12:55:24 +0200 Subject: [PATCH] Factor out odl-neutron-model The model is being packaged by two features, create a feature to hold it. Change-Id: I48fc29f823bb8f6e004cc207f6813e0e9711e83b Signed-off-by: Robert Varga --- artifacts/pom.xml | 7 +++ .../production/odl-neutron-logger/pom.xml | 4 +- features/production/odl-neutron-model/pom.xml | 54 +++++++++++++++++++ features/production/odl-neutron-spi/pom.xml | 12 ++--- features/production/pom.xml | 1 + 5 files changed, 68 insertions(+), 10 deletions(-) create mode 100644 features/production/odl-neutron-model/pom.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index e28752c6c..58291ff9f 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -72,6 +72,13 @@ xml features + + ${project.groupId} + odl-neutron-model + ${project.version} + xml + features + ${project.groupId} odl-neutron-service diff --git a/features/production/odl-neutron-logger/pom.xml b/features/production/odl-neutron-logger/pom.xml index ded5227cd..36687d6fe 100644 --- a/features/production/odl-neutron-logger/pom.xml +++ b/features/production/odl-neutron-logger/pom.xml @@ -47,8 +47,10 @@ ${project.groupId} - model + odl-neutron-model ${project.version} + xml + features ${project.groupId} diff --git a/features/production/odl-neutron-model/pom.xml b/features/production/odl-neutron-model/pom.xml new file mode 100644 index 000000000..b7bbabb4a --- /dev/null +++ b/features/production/odl-neutron-model/pom.xml @@ -0,0 +1,54 @@ + + + + 4.0.0 + + + org.opendaylight.odlparent + single-feature-parent + 3.1.2 + + + + org.opendaylight.neutron + odl-neutron-model + 0.11.0-SNAPSHOT + feature + OpenDaylight :: Neutron :: Model + + + true + + + + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.13.0-SNAPSHOT + pom + import + + + + + + + org.opendaylight.mdsal.model + odl-mdsal-model-rfc6991 + xml + features + + + ${project.groupId} + model + ${project.version} + + + diff --git a/features/production/odl-neutron-spi/pom.xml b/features/production/odl-neutron-spi/pom.xml index 94f078ecb..a88e58237 100644 --- a/features/production/odl-neutron-spi/pom.xml +++ b/features/production/odl-neutron-spi/pom.xml @@ -35,13 +35,6 @@ pom import - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.13.0-SNAPSHOT - pom - import - @@ -53,8 +46,9 @@ features - org.opendaylight.mdsal.model - odl-mdsal-model-rfc6991 + ${project.groupId} + odl-neutron-model + ${project.version} xml features diff --git a/features/production/pom.xml b/features/production/pom.xml index edd5dece6..d244095a3 100644 --- a/features/production/pom.xml +++ b/features/production/pom.xml @@ -22,6 +22,7 @@ features-neutron + odl-neutron-model odl-neutron-spi odl-neutron-hostconfig-ovs odl-neutron-hostconfig-vpp -- 2.36.6