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=6ddb1306c559633193b2d6e897ad09d9499ee7f1;hb=93d9831455fe58997aa1e70f9e4789f9b76fd8ca;hp=d1c371d61869f30d16ecf2b3dc8555ed92fe90e7;hpb=f3527799ae3d3399a878ec9db12796f3414c4b68;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..6ddb1306c5 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 @@ -8,16 +8,18 @@ bundle - ${project.build.directory}/generated-sources/config ${config-api-version} + ${yang-maven-plugin-version} ${maven-bundle-plugin-version} + 1.7 + 1.7 + 2.5.1 org.opendaylight.controller config-api - ${config.version} @@ -26,7 +28,7 @@ org.opendaylight.yangtools yang-maven-plugin - ${yang-maven-plugin-version} + ${yangtools.version} config @@ -46,6 +48,14 @@ + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + ${salGeneratorPath} + + true @@ -57,47 +67,36 @@ yang-jmx-generator-plugin ${config.version} + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + - - org.codehaus.mojo - build-helper-maven-plugin - 1.8 - - - add-source - generate-sources - - add-source - - - - ${jmxGeneratorPath} - - - - - - org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true ${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} + +