summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-05-31 11:24:01 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-06-07 10:58:00 +0200
commit11e726b444abe0b4cd01d390ae1b7cee68ed6e98 (patch)
tree36127c9ee166f4a10ff779561cbc1cd6688afc11 /athenz-identity-provider-service/pom.xml
parent978e4dea2c8a047269f207e3b44c2c01a3a47cd7 (diff)
Prepare for inlining of 'IdentityDocument' into 'SignedIdentityDocument'
Diffstat (limited to 'athenz-identity-provider-service/pom.xml')
-rw-r--r--athenz-identity-provider-service/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml
index 86d4defa861..982cb89f2bf 100644
--- a/athenz-identity-provider-service/pom.xml
+++ b/athenz-identity-provider-service/pom.xml
@@ -131,6 +131,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-deprecation</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
+ </compilerArgs>
+ </configuration>
</plugin>
</plugins>
</build>