From 2fe4e70b0dfddf5889c41f3af1ab95acd82b48fc Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 26 Aug 2014 13:49:49 -0500 Subject: [PATCH] Adding sal-compatibilty feature Change-Id: Ifbafc7cea387e0ab5248c1d9dae10426913ed2f9 Signed-off-by: Ed Warnicke --- features/adsal-compatibility/pom.xml | 208 ++++++++++++++++++ .../src/main/resources/features.xml | 25 +++ features/pom.xml | 3 +- 3 files changed, 235 insertions(+), 1 deletion(-) create mode 100644 features/adsal-compatibility/pom.xml create mode 100644 features/adsal-compatibility/src/main/resources/features.xml diff --git a/features/adsal-compatibility/pom.xml b/features/adsal-compatibility/pom.xml new file mode 100644 index 0000000000..44b9b0900c --- /dev/null +++ b/features/adsal-compatibility/pom.xml @@ -0,0 +1,208 @@ + + + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../opendaylight/commons/opendaylight + + features-adsal-compatibility + jar + + features.xml + 0.6.2-SNAPSHOT + + + + + org.opendaylight.controller + features-mdsal + ${mdsal.version} + features + xml + + + org.opendaylight.controller + features-flow + ${mdsal.version} + features + xml + + + org.opendaylight.controller + features-adsal + ${sal.version} + features + xml + + + + + org.opendaylight.controller + sal-compatibility + ${mdsal.version} + + + + + + + + org.opendaylight.yangtools + features-test + ${feature.test.version} + test + + + + org.opendaylight.controller + opendaylight-karaf-empty + ${commons.opendaylight.version} + zip + + + + + + + + src/main/resources + true + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + generate-resources + + resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + + org.opendaylight.controller + opendaylight-karaf-empty + ${commons.opendaylight.version} + + + org.opendaylight.yangtools:features-test + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary + + diff --git a/features/adsal-compatibility/src/main/resources/features.xml b/features/adsal-compatibility/src/main/resources/features.xml new file mode 100644 index 0000000000..de939f219a --- /dev/null +++ b/features/adsal-compatibility/src/main/resources/features.xml @@ -0,0 +1,25 @@ + + + + + mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features + mvn:org.opendaylight.controller/features-adsal/${sal.version}/xml/features + mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features + + odl-adsal-compatibility + + + odl-mdsal-broker + odl-flow-model + odl-adsal-all + mvn:org.opendaylight.controller/sal-compatibility/${mdsal.version} + + diff --git a/features/pom.xml b/features/pom.xml index 88ed7491a7..039060b4ae 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -25,5 +25,6 @@ flow netconf protocol-framework + adsal-compatibility - + \ No newline at end of file -- 2.36.6