summaryrefslogtreecommitdiffstats
path: root/config-model-api
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-model-api
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-model-api')
-rw-r--r--config-model-api/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-model-api/pom.xml b/config-model-api/pom.xml
index 8fa2d482cab..b0b34c295f2 100644
--- a/config-model-api/pom.xml
+++ b/config-model-api/pom.xml
@@ -95,6 +95,9 @@
<goals>
<goal>test-jar</goal>
</goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
</execution>
</executions>
</plugin>