From: Giovanni Meo Date: Tue, 7 May 2013 01:40:06 +0000 (+0200) Subject: Prevent stub and integrationtest plugins to go into the distribution X-Git-Tag: releasepom-0.1.0~476^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=07ef8954ee610d1f9194a30d64cec80be2fdca45 Prevent stub and integrationtest plugins to go into the distribution of opendaylight Fixed a spelling error in the switchmanager api bundle and provided a logback.xml needed for integration test of switchmanager. Change-Id: I370b3df056d3d178e1a58d14c8493b2fe527a702 Signed-off-by: Giovanni Meo --- 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 + + + + + + + +