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=a5e5c74f4c578a42026b3cda684a0ceae982cd61;hp=29ba03be625399c45d7af52ed631e31dfc9abc20;hb=f062dc05cc7caaf0c1811856370f1c9e2f1e5c34;hpb=91f10bd25b8339550806c7e6408cfd58d7f94b52 diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 29ba03be62..a5e5c74f4c 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -16,22 +16,78 @@ + + 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.*, @@ -39,32 +95,32 @@ org.eclipse.xtend xtend-maven-plugin - 2.4.2 + + + maven-clean-plugin + + + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + pre-test - compile + prepare-agent + + + + post-test + test + + report - - ${basedir}/src/main/xtend-gen - - - maven-clean-plugin - 2.4.1 - - - - ${basedir}/src/main/xtend-gen - - ** - - - - - @@ -74,14 +130,16 @@ 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.slf4j slf4j-api @@ -90,6 +148,7 @@ org.osgi org.osgi.core ${osgi.core.version} + provided com.google.guava @@ -106,13 +165,85 @@ 3.17.1-GA - org.eclipse.xtend - org.eclipse.xtend.lib - 2.4.2 + 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 + test org.mockito mockito-all + test + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + 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.reflections + reflections + 0.9.9-RC1 + test