From 85331619a1e8ead223410bec12b9ed1ec7c04cbd Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 11 May 2020 17:58:41 +0200 Subject: [PATCH] Add test-sources for mdsal-binding-dom-adapter We are (unwisely) constructing a test-jar here, hence we should also be publishing the corresponding sources. Change-Id: I08ffb23b1e5eb8036e16237b8bc6fb0c6480f848 Signed-off-by: Robert Varga (cherry picked from commit 9cf191a88781e5208392b08740e480fd048e58c2) --- binding/mdsal-binding-dom-adapter/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 3733c6870a..4a145b891e 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -99,7 +99,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -109,6 +108,16 @@ + + maven-source-plugin + + + + test-jar-no-fork + + + + -- 2.36.6