From 0b05056b9ef1b6fc18f4722e30fc159211f1578b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 12 May 2020 14:57:47 +0200 Subject: [PATCH] Attach test-jar sources We are distributing test infrastructure within test-jars, but do not create -sources for those artifacts. Make sure we do, making it easier on IDE users. Change-Id: Icb1c1863ec98fc4f3fadb2c4d7e2b86df323ab7c Signed-off-by: Robert Varga --- opendaylight/md-sal/cds-access-client/pom.xml | 11 ++++++++++- opendaylight/md-sal/sal-akka-raft/pom.xml | 11 ++++++++++- opendaylight/md-sal/sal-clustering-commons/pom.xml | 11 ++++++++++- opendaylight/md-sal/sal-distributed-datastore/pom.xml | 11 ++++++++++- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index dc5acd4754..36b3418b84 100644 --- a/opendaylight/md-sal/cds-access-client/pom.xml +++ b/opendaylight/md-sal/cds-access-client/pom.xml @@ -62,7 +62,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -72,6 +71,16 @@ + + maven-source-plugin + + + + test-jar-no-fork + + + + diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 869dec0a07..fe33fa50ed 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -92,7 +92,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -102,6 +101,16 @@ + + maven-source-plugin + + + + test-jar-no-fork + + + + diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 232de1ad0d..617e39ebba 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -153,7 +153,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -163,6 +162,16 @@ + + maven-source-plugin + + + + test-jar-no-fork + + + + diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 636dd49f39..e934da0025 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -245,7 +245,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -255,6 +254,16 @@ + + maven-source-plugin + + + + test-jar-no-fork + + + + -- 2.36.6