From 1ff19dbaa3739e4fd12603d03c8b7a0c4bd19df3 Mon Sep 17 00:00:00 2001 From: Henning Schmiedehausen Date: Tue, 26 Feb 2019 10:46:34 -0800 Subject: [PATCH] Create tests and test-sources jars There are a number of useful classes (MockFluentd) in the test code which are only accessible if the project builds and distributes test jars. Signed-off-by: Henning Schmiedehausen --- pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 19e745d..e7c2d3f 100644 --- a/pom.xml +++ b/pom.xml @@ -115,12 +115,13 @@ org.apache.maven.plugins maven-source-plugin - 2.1.2 + 3.0.1 attach-sources - jar + jar-no-fork + test-jar-no-fork @@ -151,6 +152,20 @@ -Xmx512M + + org.apache.maven.plugins + maven-jar-plugin + 3.1.1 + + + default + package + + test-jar + + + +