X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fpom.xml;h=c356ff6b0e15258127524119d28f057d9a993755;hp=34c56435d53dc9056bf630c6ff27f1b4106c6cee;hb=8b5959e7389215bc106e59f7c3f8402ace363a22;hpb=a251833f27fd00040904e2df316cd707c8129d1e diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 34c56435d5..c356ff6b0e 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -16,22 +16,79 @@ + + + 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 + + + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + 0.2.3-SNAPSHOT + + + + + + 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 - ${bundle.plugin.version} true ${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.eclipse.xtend2.lib, - org.eclipse.xtend.lib, - org.eclipse.xtext.xbase.* + org.opendaylight.controller.sal.binding.dom.*, @@ -43,6 +100,28 @@ maven-clean-plugin + + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + test + + report + + + + @@ -70,6 +149,7 @@ org.osgi org.osgi.core ${osgi.core.version} + provided com.google.guava @@ -85,6 +165,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 @@ -99,9 +201,50 @@ org.eclipse.xtend org.eclipse.xtend.lib + + org.eclipse.xtend + org.eclipse.xtend.standalone + 2.4.3 + runtime + - junit - junit + 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.reflections + reflections + 0.9.9-RC1 + test