X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fintegrationtest%2Fpom.xml;h=78ab625c935bc477e3eb9ba9f707394cf2f8d2bd;hb=e7ffa0d217e8a42fe25a66ae19abb2592de8b005;hp=a438ad8393a01cafb336bdb8ef048643d190ea42;hpb=20d6b967b3d425a4514000c7e77b2e5339763ba8;p=controller.git diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index a438ad8393..78ab625c93 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -49,12 +49,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 +73,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 + + + + + +