From: Robert Varga Date: Thu, 19 Jul 2018 10:55:24 +0000 (+0200) Subject: Factor out odl-neutron-model X-Git-Tag: release/fluorine~6 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=56d4bcf3fc9cfb29c0464c6e985fcf2e0796d484;p=neutron.git 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 --- 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