X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fpom.xml;h=7092f1344137311a3e0c33b40308f53e733af12f;hb=95c82c81e49ba07e792d0c81c483c1c4ad874424;hp=abfc0648af6afd137d8f10c3732037cab61eb506;hpb=a5df932662bbaec4caeee5478d3003615ed3566b;p=controller.git diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index abfc0648af..7092f13441 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -162,11 +162,6 @@ yang-jmx-generator-plugin ${config.version} - - org.opendaylight.controller - yang-jmx-generator-it - ${config.version} - org.opendaylight.controller yang-store-api @@ -177,11 +172,6 @@ yang-store-impl ${config.version} - - org.opendaylight.controller - yang-test - ${config.version} - org.opendaylight.controller logback-config @@ -267,12 +257,6 @@ sample-toaster-provider ${mdsal.version} - - org.opendaylight.controller.samples - sample-toaster-it - ${mdsal.version} - - org.opendaylight.yangtools @@ -373,6 +357,67 @@ + + integrationtests + + false + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy + package + + copy + + + + + + + org.opendaylight.controller + sanitytest + ${controller.version} + jar + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + sanity-test + package + + exec + + + + + ${java.home}/bin/java + + -cp + ./target/dependency/* + org.opendaylight.controller.distribution.Sanity + + + + ${java.home} + + + + + + + distribution.opendaylight @@ -1248,59 +1293,6 @@ - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - copy - package - - copy - - - - - - - org.opendaylight.controller - sanitytest - ${controller.version} - jar - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - sanity-test - package - - exec - - - - - ${java.home}/bin/java - - -cp - ./target/dependency/* - org.opendaylight.controller.distribution.Sanity - - - - ${java.home} - - - -