summaryrefslogtreecommitdiffstats
path: root/config-application-package/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-17 18:57:55 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-17 18:57:55 +0200
commit84ea1ee8cd31a982011b069afe3d10d00c1a5939 (patch)
tree6b17fd2ce429093ecebdd964aabf74586c143273 /config-application-package/pom.xml
parent8e6356117002ffa7349307d0f6ce2276c525e049 (diff)
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.
Diffstat (limited to 'config-application-package/pom.xml')
-rw-r--r--config-application-package/pom.xml3
1 files changed, 3 insertions, 0 deletions
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 @@
<goals>
<goal>test-jar</goal>
</goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
</execution>
</executions>
</plugin>