From 84ea1ee8cd31a982011b069afe3d10d00c1a5939 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Wed, 17 May 2017 18:57:55 +0200 Subject: force building test-jars * maven requires installed jar files for dependencies marked with scope "test" even when specifying -Dmaven.test.skip=true - this is a known bug. So we need to build test-jar files even when not compiling tests. --- config-application-package/pom.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config-application-package/pom.xml') diff --git a/config-application-package/pom.xml b/config-application-package/pom.xml index 6bb1191ff8f..7926f28dc8f 100644 --- a/config-application-package/pom.xml +++ b/config-application-package/pom.xml @@ -140,6 +140,9 @@ test-jar + + false + -- cgit v1.2.3