X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=d5d7e8e5c468cac180549eb76248cc1a010ae3c5;hp=3690b8542bc0d5b867fdc0a5bcc42a62fa99bf19;hb=f776809962df87deeaa533ba995cc6fceba64d0e;hpb=e27d63bdcfbfb0c1078a9c3e5aabf59ae7e2315f diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 3690b8542b..d5d7e8e5c4 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -95,13 +95,14 @@ 2.4 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT - 0.5.1-SNAPSHOT + 0.6.0-SNAPSHOT 0.5.1-SNAPSHOT 0.5.1-SNAPSHOT 0.4.3-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT + 0.4.3-SNAPSHOT 1.17 7.0.42 @@ -114,7 +115,9 @@ 1.3.1 2.4.3 - ${project.build.directory}/generated-sources/xtend-gen + src/main/xtend-gen + src/main/yang-gen-config + src/main/yang-gen-sal @@ -809,7 +812,7 @@ org.opendaylight.controller clustering.services-implementation - ${controller.version} + ${clustering.services_implementation.version} org.opendaylight.controller @@ -1716,7 +1719,7 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - **\/target\/,**\/bin\/,**\/target-ide\/ + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ @@ -1783,6 +1786,10 @@ + + org.codehaus.mojo + build-helper-maven-plugin + @@ -2004,6 +2011,52 @@ + + maven-clean-plugin + + + + ${xtend.dstdir} + + ** + + + + ${jmxGeneratorPath} + + ** + + + + ${salGeneratorPath} + + ** + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + ${xtend.dstdir} + + + + +