X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-module-archetype%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fpom.xml;h=ae041f45852fd484e2f3a51cf80059211bc36294;hp=d1c371d61869f30d16ecf2b3dc8555ed92fe90e7;hb=56978581354ce79ffadaa4544302e71c5169f37c;hpb=c24246d2ae43ab30f1a80218cb90ed538db8d25c 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..ae041f4585 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,9 +8,12 @@ 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 @@ -26,7 +29,7 @@ org.opendaylight.yangtools yang-maven-plugin - ${yang-maven-plugin-version} + ${yangtools.version} config @@ -46,6 +49,14 @@ + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + ${salGeneratorPath} + + true @@ -57,47 +68,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} + +