X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fintegrationtest%2Fpom.xml;h=89dbb77ecdef2e178d2cdb1898fc3a6fcf5a6b98;hb=refs%2Fchanges%2F74%2F474%2F2;hp=a438ad8393a01cafb336bdb8ef048643d190ea42;hpb=fad07e38e57f1c0d8d687e3bae01532196d6e99d;p=controller.git diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index a438ad8393..89dbb77ecd 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -49,12 +49,13 @@ 0.8.0.v201110170705 - + org.ops4j.pax.exam maven-paxexam-plugin + 1.2.4 generate-config @@ -64,6 +65,35 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + true + ${project.parent.parent.basedir}/space_and_tabs_checks.xml + + + + org.codehaus.mojo + properties-maven-plugin + ${propertymavenplugin.version} + + + + set-system-properties + + + + + logback.configurationFile + ${project.parent.parent.basedir}/logback.xml + + + + + +