X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fintegrationtest%2Fpom.xml;h=fe5aa473a69c18090552f5e7c7fdf94971b30b34;hp=a438ad8393a01cafb336bdb8ef048643d190ea42;hb=d1ab4c3ea79bcd74e02aa9334bc660cb7fc6d037;hpb=fad07e38e57f1c0d8d687e3bae01532196d6e99d diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index a438ad8393..fe5aa473a6 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -4,12 +4,18 @@ org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.1-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 + HEAD + commons.integrationtest - 0.5.0-SNAPSHOT + 0.5.1-SNAPSHOT pom @@ -48,13 +54,54 @@ org.apache.felix.gogo.shell 0.8.0.v201110170705 + + junit + junit + + + + org.ops4j.pax.exam + pax-exam-junit4 + test + + + org.ops4j.pax.exam + pax-exam-link-mvn + test + + + org.ops4j.pax.url + pax-url-aether + test + + + org.slf4j + log4j-over-slf4j + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + - + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + true + + org.ops4j.pax.exam maven-paxexam-plugin + 1.2.4 generate-config @@ -64,6 +111,42 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + + org.opendaylight.controller + checkstyle + 0.0.2-SNAPSHOT + + + + true + controller/checkstyle.xml + + + + org.codehaus.mojo + properties-maven-plugin + ${propertymavenplugin.version} + + + + set-system-properties + + + + + logback.configurationFile + ${project.parent.parent.basedir}/logback.xml + + + + + +