X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fprotocol-framework%2Fpom.xml;h=650d2dd35bb22586bcd064bc583402a90787b457;hb=a04257d357eccb69d9fda2c4ac171acdc5b76e28;hp=b162b9c400137255ee3baff545b369cfd348f8f3;hpb=619f87d7ff5b11898aa1571d5fad7c9468753ecd;p=controller.git diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index b162b9c400..650d2dd35b 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -17,7 +17,7 @@ protocol-framework - 0.4.1-SNAPSHOT + 0.5.0-SNAPSHOT Common protocol framework bundle ${project.artifactId} @@ -25,6 +25,11 @@ 3.0.4 + + ${project.build.directory}/generated-sources/config + ${project.build.directory}/generated-sources/sal + + io.netty @@ -54,6 +59,14 @@ org.slf4j slf4j-api + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + @@ -64,6 +77,29 @@ junit junit + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-manager + ${config.version} + test + test-jar + + + org.opendaylight.controller + config-util + ${config.version} + test + + + org.opendaylight.controller + netty-event-executor-config + test + @@ -90,6 +126,72 @@ + + 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} + + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + +