From: Kalvin Hom Date: Tue, 7 May 2013 17:58:49 +0000 (+0000) Subject: Merge "Prevent stub and integrationtest plugins to go into the distribution of openda... X-Git-Tag: releasepom-0.1.0~476 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1df98168ffe7acd9dd908fde4782dc499c5e2d5a;hp=7923d2e9a833908f0d98d37fdad30c1b8c72c98a Merge "Prevent stub and integrationtest plugins to go into the distribution of opendaylight" --- diff --git a/opendaylight/distribution/opendaylight/src/assemble/bin.xml b/opendaylight/distribution/opendaylight/src/assemble/bin.xml index 96ecf13a81..8c00d7f0fc 100644 --- a/opendaylight/distribution/opendaylight/src/assemble/bin.xml +++ b/opendaylight/distribution/opendaylight/src/assemble/bin.xml @@ -13,6 +13,8 @@ org.opendaylight.controller.thirdparty:org.openflow.openflowj org.opendaylight.controller:clustering.stub org.opendaylight.controller:logging.bridge + org.opendaylight.controller:protocol_plugins.stub + org.opendaylight.controller:*.integrationtest opendaylight/plugins @@ -82,7 +84,6 @@ com.sun.jersey:jersey-core com.sun.jersey:jersey-json com.sun.jersey:jersey-server - false diff --git a/opendaylight/switchmanager/api/pom.xml b/opendaylight/switchmanager/api/pom.xml index 44746e5653..dbf3cf2024 100644 --- a/opendaylight/switchmanager/api/pom.xml +++ b/opendaylight/switchmanager/api/pom.xml @@ -18,7 +18,7 @@ jacoco reuseReports - target/jacobo.exec + target/jacoco.exec target/jacoco-it.exec java diff --git a/opendaylight/switchmanager/integrationtest/src/test/resources/logback.xml b/opendaylight/switchmanager/integrationtest/src/test/resources/logback.xml new file mode 100644 index 0000000000..2d63ce5744 --- /dev/null +++ b/opendaylight/switchmanager/integrationtest/src/test/resources/logback.xml @@ -0,0 +1,13 @@ + + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + +