X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fprotocol-framework%2Fpom.xml;h=650d2dd35bb22586bcd064bc583402a90787b457;hp=a03518235b6521ba1c297a7b04ab8db87e0ed872;hb=721b580748cb93b3dac952ff1f111d0ab0da0c79;hpb=15cbdc938e9991c2067002b042af40188e3965ab diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index a03518235b..650d2dd35b 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -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} + + + + +