aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-03-18 14:25:09 +0100
committergjoranv <gv@verizonmedia.com>2019-03-18 14:25:09 +0100
commitb75befa8263d8d80019168657773bb33743d880b (patch)
treed60e660f7c76cd676ad2224971bb5555d4de0dd9 /tenant-base
parente52b3ab39a5ae05fc1b1d538b6efa852f321a2f2 (diff)
Fail upon warnings.
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 4326323e63f..11a8f91a994 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -338,6 +338,7 @@
<showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>-Xlint:all</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>