X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fintegrationtest%2Fpom.xml;h=1f4b442ea4e1224d2c7460b3c0c263461e1bf420;hp=a438ad8393a01cafb336bdb8ef048643d190ea42;hb=eb9e1983a0fce7e4a381eff33e40cae957cddf53;hpb=0cfc417107d5b5b1bafdd7ee1fe8e3ba052d5488 diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index a438ad8393..1f4b442ea4 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -55,6 +55,7 @@ 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 + + + + + +