From 20e6273823f23ef682e984752026f25fa94e7f3f Mon Sep 17 00:00:00 2001 From: Tony Tkacik Date: Thu, 27 Aug 2015 14:28:09 +0200 Subject: [PATCH] Added mdsal-model Karaf feature. Change-Id: I08e12fb9f9db7f872cffec4b82f7e22d9414716e Signed-off-by: Tony Tkacik --- model/artifacts/pom.xml | 93 ++++++++++++++ model/features/pom.xml | 115 ++++++++++++++++++ model/features/src/main/features/features.xml | 33 +++++ model/pom.xml | 2 + 4 files changed, 243 insertions(+) create mode 100644 model/artifacts/pom.xml create mode 100644 model/features/pom.xml create mode 100644 model/features/src/main/features/features.xml diff --git a/model/artifacts/pom.xml b/model/artifacts/pom.xml new file mode 100644 index 0000000000..820071211a --- /dev/null +++ b/model/artifacts/pom.xml @@ -0,0 +1,93 @@ + + + + + + 4.0.0 + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.0-SNAPSHOT + pom + + + + 2013.10.21.8-SNAPSHOT + + + + + + org.opendaylight.mdsal.model + iana-if-type-2014-05-08 + 2014.05.08.8-SNAPSHOT + + + org.opendaylight.mdsal.model + ietf-inet-types + 2010.09.24.8-SNAPSHOT + + + org.opendaylight.mdsal.model + ietf-yang-types + 2010.09.24.8-SNAPSHOT + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + 2013.07.15.8-SNAPSHOT + + + org.opendaylight.mdsal.model + ietf-interfaces + 2014.05.08.8-SNAPSHOT + + + org.opendaylight.mdsal.model + ietf-restconf + 2013.10.19.8-SNAPSHOT + + + org.opendaylight.mdsal.model + ietf-ted + ${ietf.topology.version} + + + org.opendaylight.mdsal.model + ietf-topology + ${ietf.topology.version} + + + org.opendaylight.mdsal.model + ietf-topology-isis + ${ietf.topology.version} + + + org.opendaylight.mdsal.model + ietf-topology-l3-unicast-igp + ${ietf.topology.version} + + + org.opendaylight.mdsal.model + ietf-topology-ospf + ${ietf.topology.version} + + + org.opendaylight.mdsal.model + ietf-topology-l3-unicast + ${ietf.topology.version} + + + org.opendaylight.mdsal.model + opendaylight-l2-types + 2013.08.27.8-SNAPSHOT + + + + + diff --git a/model/features/pom.xml b/model/features/pom.xml new file mode 100644 index 0000000000..090cd58acf --- /dev/null +++ b/model/features/pom.xml @@ -0,0 +1,115 @@ + + + + + 4.0.0 + + org.opendaylight.odlparent + features-parent + 1.6.0-SNAPSHOT + + + + org.opendaylight.mdsal.model + features-mdsal-model + 0.8.0-SNAPSHOT + jar + + + 0.8.0-SNAPSHOT + 2.0.0-SNAPSHOT + + + + + + org.opendaylight.yangtools + yangtools-artifacts + ${yangtools.version} + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + ${mdsal.version} + pom + import + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.0-SNAPSHOT + import + pom + + + + + + + org.opendaylight.mdsal + features-mdsal + features + xml + + + org.opendaylight.mdsal.model + iana-if-type-2014-05-08 + + + org.opendaylight.mdsal.model + ietf-inet-types + + + org.opendaylight.mdsal.model + ietf-interfaces + + + org.opendaylight.mdsal.model + ietf-restconf + + + org.opendaylight.mdsal.model + ietf-yang-types + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + + + org.opendaylight.mdsal.model + yang-ext + + + org.opendaylight.mdsal.model + opendaylight-l2-types + + + org.opendaylight.mdsal.model + ietf-ted + + + org.opendaylight.mdsal.model + ietf-topology + + + org.opendaylight.mdsal.model + ietf-topology-isis + + + org.opendaylight.mdsal.model + ietf-topology-ospf + + + org.opendaylight.mdsal.model + ietf-topology-l3-unicast-igp + + + diff --git a/model/features/src/main/features/features.xml b/model/features/src/main/features/features.xml new file mode 100644 index 0000000000..b81ade6f5b --- /dev/null +++ b/model/features/src/main/features/features.xml @@ -0,0 +1,33 @@ + + + + + + mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features + + + odl-mdsal-binding-base + mvn:org.opendaylight.mdsal.model/iana-if-type-2014-05-08/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-inet-types/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-interfaces/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-yang-types/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-yang-types-20130715/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-restconf/{{VERSION}} + mvn:org.opendaylight.mdsal.model/yang-ext/{{VERSION}} + mvn:org.opendaylight.mdsal.model/opendaylight-l2-types/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-ted/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-topology/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-topology-isis/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-topology-ospf/{{VERSION}} + mvn:org.opendaylight.mdsal.model/ietf-topology-l3-unicast-igp/{{VERSION}} + + + diff --git a/model/pom.xml b/model/pom.xml index a8b731ecdc..7af9b433b0 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -24,6 +24,8 @@ ${project.artifactId} + features + artifacts yang-ext iana ietf -- 2.36.6