From 54edd759f8d481666d8e774f218381a09e75961b Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Fri, 18 Jun 2021 12:47:00 +0200 Subject: [PATCH] build test-jar also in compile phase --- oshdb-api/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/oshdb-api/pom.xml b/oshdb-api/pom.xml index d476d4fe3..e96a9ce60 100644 --- a/oshdb-api/pom.xml +++ b/oshdb-api/pom.xml @@ -97,6 +97,19 @@ maven-jar-plugin + test-jar--compile + + compile + + + test-jar + + + + test-jar--test + + test + test-jar