aboutsummaryrefslogtreecommitdiffstats
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-05-31 15:14:30 +0200
commit48ea96e26f4cc037f0cf81a303b4617ea8e2441d (patch)
treea11d29783b3f0b3045ebd583428f91c06baf5fcd /athenz-identity-provider-service/pom.xml
parent0150ceec2523c02853a14d0ddf483a73b1640dd5 (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>