X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=89bb1e8502570ee901d5e0f5f6052ce450140120;hb=cdeca662c72dd78f39d7503c3c06ccfde9e4c51b;hp=5d3572f24d0f38af00db5e870fcea21117b68c83;hpb=519aab236ae2c67bf4a07e150e0043dd54e0efb3;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 5d3572f24d..89bb1e8502 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -16,6 +16,71 @@ + + org.opendaylight.yangtools + yang-maven-plugin + 0.5.9-SNAPSHOT + + + + generate-sources + + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + + ${project.build.directory}/generated-sources/config + + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + 0.2.3-SNAPSHOT + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/config + + + + + org.apache.felix maven-bundle-plugin @@ -23,11 +88,16 @@ ${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.sal.binding.dom.*, @@ -39,6 +109,28 @@ maven-clean-plugin + + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + test + + report + + + + @@ -66,6 +158,7 @@ org.osgi org.osgi.core ${osgi.core.version} + provided com.google.guava @@ -81,6 +174,28 @@ javassist 3.17.1-GA + + org.opendaylight.yangtools + binding-generator-impl + 0.6.0-SNAPSHOT + + + org.opendaylight.yangtools + yang-parser-impl + 0.5.9-SNAPSHOT + test + + + org.opendaylight.controller + sal-core-api + 1.0-SNAPSHOT + + + org.opendaylight.controller + sal-broker-impl + 1.0-SNAPSHOT + runtime + junit junit @@ -96,8 +211,55 @@ org.eclipse.xtend.lib - junit - junit + org.eclipse.xtend + org.eclipse.xtend.standalone + 2.4.3 + runtime + + + org.opendaylight.controller + sal-binding-config + 1.0-SNAPSHOT + + + org.opendaylight.controller.model + model-flow-service + 1.0-SNAPSHOT + test + + + org.opendaylight.controller.model + model-flow-management + 1.0-SNAPSHOT + test + + + org.opendaylight.yangtools + yang-data-impl + 0.5.9-SNAPSHOT + + + org.opendaylight.yangtools + yang-model-util + 0.5.9-SNAPSHOT + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + + + org.opendaylight.controller.model + model-flow-statistics + 1.0-SNAPSHOT + test + + + org.reflections + reflections + 0.9.9-RC1 + test