summaryrefslogtreecommitdiffstats
path: root/config-model-api/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-18 12:43:50 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-18 12:43:50 +0200
commit45bffb7dcbecae3b03dce2a6d81f4e70e2f28e26 (patch)
tree889992bf1c95b519aea992ad76224bd1da4eaea9 /config-model-api/pom.xml
parent8297bd5165ddc859c63dbf6952ae0be78408fd6a (diff)
always compile tests
Diffstat (limited to 'config-model-api/pom.xml')
-rw-r--r--config-model-api/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model-api/pom.xml b/config-model-api/pom.xml
index 8cbeafc2499..9e057edad15 100644
--- a/config-model-api/pom.xml
+++ b/config-model-api/pom.xml
@@ -75,6 +75,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <skip>false</skip>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Werror</arg>