X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-module-archetype%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fpom.xml;h=21b1a5590bfb2470508a33ceed0a9a53a73d2f76;hb=refs%2Fchanges%2F09%2F5709%2F2;hp=d1c371d61869f30d16ecf2b3dc8555ed92fe90e7;hpb=7755106575294f8b0c938127cd813fcc85a8f7f9;p=controller.git diff --git a/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml b/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml index d1c371d618..21b1a5590b 100644 --- a/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml @@ -9,8 +9,13 @@ ${project.build.directory}/generated-sources/config + ${project.build.directory}/generated-sources/sal ${config-api-version} + ${yang-maven-plugin-version} ${maven-bundle-plugin-version} + 1.7 + 1.7 + 2.5.1 @@ -26,7 +31,7 @@ org.opendaylight.yangtools yang-maven-plugin - ${yang-maven-plugin-version} + ${yangtools.version} config @@ -46,6 +51,14 @@ + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + ${salGeneratorPath} + + true @@ -57,6 +70,11 @@ yang-jmx-generator-plugin ${config.version} + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + @@ -88,16 +106,21 @@ ${project.groupId}.${project.artifactId} - - ${yang-namespace-mapping-to}.${module-name}, - - - * - + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compile.plugin.version} + + ${java.version.source} + ${java.version.target} + ${java.version.source} + ${java.version.target} + +