X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fintegrationtest%2Fpom.xml;h=4ea61d9a16466f25a0321873e320231bc371be3c;hb=efc25496a3fc6771d0f52acdf30807c9b62e582f;hp=a438ad8393a01cafb336bdb8ef048643d190ea42;hpb=84e8316159f90f224f75e86a606c525e53b2ff7a;p=controller.git diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index a438ad8393..4ea61d9a16 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -7,6 +7,11 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + commons.integrationtest 0.5.0-SNAPSHOT @@ -49,12 +54,21 @@ 0.8.0.v201110170705 - + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + true + + org.ops4j.pax.exam maven-paxexam-plugin + 1.2.4 generate-config @@ -64,6 +78,42 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + + org.opendaylight.controller + checkstyle + 0.0.1-SNAPSHOT + + + + true + controller/space_and_tabs_checks.xml + + + + org.codehaus.mojo + properties-maven-plugin + ${propertymavenplugin.version} + + + + set-system-properties + + + + + logback.configurationFile + ${project.parent.parent.basedir}/logback.xml + + + + + +