X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=56044578396b1a16ee09cf08dfc7e1b1206ab98f;hb=571ab6d5ffb9489cf91dea5293f7bbfd74589f9f;hp=e638ba68a7655529ab34d52957b6b883cc5d42ef;hpb=accc07b1785811ed85038ac3c313c1d01724dc08;p=controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index e638ba68a7..5604457839 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -64,7 +64,7 @@ 3.17.1-GA 2.3.2 3.1 - 0.5.3.201107060350 + 0.6.2.201302030002 1.3.1 2.3.7 4.8.1 @@ -95,7 +95,7 @@ 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 @@ -115,7 +115,12 @@ 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 + + + 0000.0002.0035.0-SNAPSHOT @@ -295,6 +300,12 @@ org.eclipse.equinox.launcher 1.3.0.v20120522-1813 + + xmlunit + xmlunit + 1.5 + test + geminiweb @@ -649,6 +660,16 @@ ganymed 1.1-SNAPSHOT + + org.opendaylight.controller.thirdparty + nagasena + ${exi.nagasena.version} + + + org.opendaylight.controller.thirdparty + nagasena-rta + ${exi.nagasena.version} + com.google.code.findbugs jsr305 @@ -1717,7 +1738,7 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - **\/target\/,**\/bin\/,**\/target-ide\/ + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ @@ -1784,6 +1805,10 @@ + + org.codehaus.mojo + build-helper-maven-plugin + @@ -2005,6 +2030,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} + + + + +