From: Michael Vorburger Date: Tue, 5 Jul 2016 00:36:47 +0000 (+0200) Subject: Generate sal-binding-broker-impl-*-test-sources.jar X-Git-Tag: release/boron~81 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=c6e3a444f7e8702aade9839ca950bc9790be8831;ds=sidebyside Generate sal-binding-broker-impl-*-test-sources.jar This is handy so that you can see the source of e.g. AbstractDataBrokerTest in the IDE, just like other sources. This did not work before because of test-jar. Change-Id: I7f1e2516e326de3eb824a728146ef4287d8419f8 Signed-off-by: Michael Vorburger --- diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 4f52fd124f..225e17e984 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -128,6 +128,19 @@ + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + test-jar + + + + org.jacoco jacoco-maven-plugin