From b974ff00f3e4e0df06c3e51586d914c98c796195 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 22592eddeb..3adb158e7b 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -103,7 +103,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -113,6 +112,16 @@ + + maven-source-plugin + + + + test-jar-no-fork + + + + org.apache.maven.plugins maven-checkstyle-plugin -- 2.36.6