From: Madhu Venugopal Date: Wed, 27 Aug 2014 10:45:26 +0000 (+0000) Subject: Merge "Adding sal-compatibilty feature" X-Git-Tag: release/helium~195 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=2bee5a4b37bc6e2f7331df63757e5dc4e0236b29;hp=74e48b79e350b83b8b383e89f40eab652358691a Merge "Adding sal-compatibilty feature" --- 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