X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fpom.xml;h=35e160e8274e9fe5ee09bc49ce90f77841218425;hp=b7a4638c604874b86561f9440382f0ecf3a23d00;hb=d1ab4c3ea79bcd74e02aa9334bc660cb7fc6d037;hpb=8c784f18bd017a919c53a45ff93f279958a83573 diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index b7a4638c60..35e160e827 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -285,6 +285,11 @@ ietf-netconf-monitoring ${netconf.version} + + ${project.groupId} + ietf-netconf-monitoring-extension + ${netconf.version} + org.opendaylight.controller config-persister-impl @@ -471,7 +476,6 @@ - integrationtests false @@ -480,41 +484,57 @@ org.apache.maven.plugins - maven-invoker-plugin - 1.5 + maven-dependency-plugin + 2.8 + + + copy + package + + copy + + + - false - ../sanitytest - - pom.xml - - true - true - - clean - verify - - - - - integration-test - - install - run - - - - + + + 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} + + + + - - - - org.opendaylight.controller - controller-maven-plugin - 0.1.0-SNAPSHOT - - @@ -1342,6 +1362,13 @@ ${commons.httpclient.version} + + org.opendaylight.controller + sanitytest + ${controller.version} + + + @@ -1384,8 +1411,6 @@ - -