X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=1b0f78384f1a6c166b46fed6f4f89152e276c77c;hb=a63e71e64b3aa624290790fc245e97e845f29798;hp=54b1eb6c6695068ded33e1e7026741cdadd4dbde;hpb=cebe73e6480bc9063c4cf0df0765f38e759b7223;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 54b1eb6c66..9976f48114 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.opendaylight.controller sal-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT sal-binding-broker-impl bundle @@ -12,10 +11,67 @@ scm:git:ssh://git.opendaylight.org:29418/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - + HEAD + + + org.opendaylight.yangtools + yang-maven-plugin + + + + generate-sources + + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + + ${jmxGeneratorPath} + + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + ${salGeneratorPath} + + + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + org.apache.felix maven-bundle-plugin @@ -23,11 +79,19 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.controller.sal.binding.impl.BrokerActivator + + org.opendaylight.controller.sal.binding.spi.*, + + org.opendaylight.controller.config.yang.md.sal.binding.impl, org.opendaylight.controller.sal.binding.impl, org.opendaylight.controller.sal.binding.impl.*, + org.opendaylight.controller.sal.binding.codegen, org.opendaylight.controller.sal.binding.codegen.*, + org.opendaylight.controller.md.sal.binding.impl, + + org.opendaylight.controller.sal.binding.osgi.*, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.binding.impl.rev131028 @@ -37,30 +101,40 @@ xtend-maven-plugin - maven-clean-plugin + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + test + + report + + + + + - org.jacoco - jacoco-maven-plugin - - org.opendaylight.controller.* - - - - pre-test - - prepare-agent - - - - post-test - test - - report - - - - + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + @@ -68,17 +142,18 @@ org.opendaylight.controller sal-common-util - 1.0-SNAPSHOT org.opendaylight.controller sal-common-impl - 1.0-SNAPSHOT org.opendaylight.controller sal-binding-api - 1.0-SNAPSHOT + + + org.opendaylight.controller + sal-binding-util org.slf4j @@ -87,7 +162,7 @@ org.osgi org.osgi.core - ${osgi.core.version} + provided com.google.guava @@ -97,11 +172,29 @@ org.reflections reflections 0.9.9-RC1 + compile org.javassist javassist - 3.17.1-GA + + + org.opendaylight.yangtools + binding-generator-impl + + + org.opendaylight.yangtools + yang-parser-impl + test + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.controller + sal-broker-impl + compile junit @@ -117,5 +210,44 @@ org.eclipse.xtend org.eclipse.xtend.lib + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.yangtools.model + ietf-topology-l3-unicast-igp + test + + + org.opendaylight.controller.model + model-flow-base + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.controller.model + model-flow-statistics +