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=2470ba513376e73669fe951f1f2fc9d77acf952f;hp=5d3572f24d0f38af00db5e870fcea21117b68c83;hb=2685d08af5ff639854358e3e5aea393460a6a615;hpb=519aab236ae2c67bf4a07e150e0043dd54e0efb3 diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 5d3572f24d..2470ba5133 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -1,103 +1,231 @@ - - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.0-SNAPSHOT - - sal-binding-broker-impl - bundle - - 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 - + + + 4.0.0 + + org.opendaylight.controller + sal-parent + 1.1-SNAPSHOT + + sal-binding-broker-impl + bundle - - - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - org.opendaylight.controller.sal.binding.impl.BrokerActivator - + + + com.google.guava + guava + + + org.eclipse.xtend + org.eclipse.xtend.lib + + + org.javassist + javassist + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.controller + sal-binding-util + + + org.opendaylight.controller + sal-broker-impl + compile + + + org.opendaylight.controller + sal-common-impl + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.controller.model + model-flow-base + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.controller.model + model-flow-statistics + + + org.opendaylight.yangtools + binding-generator-impl + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.reflections + reflections + 0.9.9-RC1 + compile + + + org.slf4j + slf4j-api + + + org.osgi + org.osgi.core + provided + + + junit + junit + test + + + org.mockito + mockito-all + test + + + org.opendaylight.yangtools + yang-parser-impl + test + + + org.opendaylight.yangtools.model + ietf-topology-l3-unicast-igp + test + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + 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.xtend - xtend-maven-plugin - - - maven-clean-plugin - - - + 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 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + + 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.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.slf4j - slf4j-api - - - org.osgi - org.osgi.core - ${osgi.core.version} - - - com.google.guava - guava - - - org.reflections - reflections - 0.9.9-RC1 - - - org.javassist - javassist - 3.17.1-GA - - - junit - junit - test - - - org.mockito - mockito-all - test - - - org.eclipse.xtend - org.eclipse.xtend.lib - - - junit - junit - - + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL +