From c6e3a444f7e8702aade9839ca950bc9790be8831 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 5 Jul 2016 02:36:47 +0200 Subject: [PATCH] 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 --- opendaylight/md-sal/sal-binding-broker/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.36.6