X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-api%2Fpom.xml;h=76353c531e6f6ca31aca53e51945db0f9fc550b2;hb=bb5d7a49037cc4dbfa07371ac1467d8b9c4bb2b5;hp=6261dcecc1d81bfc818156f66af8c5199f178de6;hpb=a866d6a0ed77ab04f4ab3c63fc9e0096c3607351;p=openflowplugin.git diff --git a/openflowplugin-api/pom.xml b/openflowplugin-api/pom.xml index 6261dcecc1..76353c531e 100644 --- a/openflowplugin-api/pom.xml +++ b/openflowplugin-api/pom.xml @@ -5,8 +5,8 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.0.3-SNAPSHOT - ../ + 0.2.0-SNAPSHOT + ../parent openflowplugin-api @@ -17,7 +17,80 @@ org.apache.felix maven-bundle-plugin + + org.opendaylight.yangtools + yang-maven-plugin + + + + 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.maven.sal.api.gen.plugin.CodeGeneratorImpl + + ${project.build.directory}/generated-sources/sal + + + org.opendaylight.yangtools.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 + ${yangtools.version} + jar + + + + + + org.opendaylight.openflowplugin.model + model-flow-service + + + org.opendaylight.openflowplugin.model + model-flow-statistics + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.openflowjava + openflow-protocol-api + + + org.opendaylight.openflowjava + openflow-protocol-spi + + +