X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-impl%2Fpom.xml;h=62c2ddd3beb66815c7830db14507f28f3a3e71a5;hb=refs%2Fchanges%2F17%2F52717%2F3;hp=9db59434daf2450ac2dffc61a0ecdd16fcbb585b;hpb=0d64216485d56db0bd16699c936a46e3c51a1787;p=openflowjava.git diff --git a/openflow-protocol-impl/pom.xml b/openflow-protocol-impl/pom.xml index 9db59434..62c2ddd3 100644 --- a/openflow-protocol-impl/pom.xml +++ b/openflow-protocol-impl/pom.xml @@ -1,31 +1,162 @@ - - 4.0.0 - - org.opendaylight.openflow - openflow-protocol-parent - 0.1-SNAPSHOT - - openflow-protocol-impl - Openflow Protocol Library - Implementation + + 4.0.0 + + org.opendaylight.openflowjava + openflowjava-parent + 0.10.0-SNAPSHOT + ../parent + + openflow-protocol-impl + bundle + + ODL :: openflowjava :: ${project.artifactId} + + https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main + HEAD + + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.openflowjava.protocol.impl.*, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.provider.impl.* + + + + + + 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.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl + + ${salGeneratorPath} + + + org.opendaylight.mdsal.binding.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + ${project.build.directory}/site/models + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.mdsal + maven-sal-api-gen-plugin + ${mdsal.model.version} + jar + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + - - - org.opendaylight.openflow - openflow-protocol-api - ${project.version} - - - org.opendaylight.openflow - openflow-protocol-spi - ${project.version} - - - - io.netty - netty-all - 4.0.4.Final - - - \ No newline at end of file + + + ${project.groupId} + openflow-protocol-api + + + ${project.groupId} + openflow-protocol-spi + + + org.opendaylight.openflowjava + openflowjava-util + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-common-api + + + org.opendaylight.yangtools + concepts + + + + + io.netty + netty-handler + + + org.osgi + org.osgi.core + + + org.slf4j + slf4j-log4j12 + test + + + com.google.guava + guava + + + junit + junit + test + + + org.mockito + mockito-core + + + org.opendaylight.controller + config-api + + + io.netty + netty-transport-native-epoll + + linux-x86_64 + + +