aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-03-06 10:51:50 +0100
committerGitHub <noreply@github.com>2023-03-06 10:51:50 +0100
commit972b4eb31dd8e5e85dd5c7c64b56e912387d9649 (patch)
tree7a60555f91bbc7d5e99ee0f693e90dcd1ff22ff3 /controller-server/pom.xml
parente22467e6500b212a611827659d79b680f1b7f805 (diff)
parentd8105aa86e6bba879ce4fadd2acf6ef56f03f6cc (diff)
Merge pull request #25018 from vespa-engine/hmusum/upgrade-curator-2
Upgrade Curator to 5.4.0 [run-systemtest]
Diffstat (limited to 'controller-server/pom.xml')
-rw-r--r--controller-server/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 0aec7b18a97..64cc89c3321 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -247,6 +247,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Xlint:-try</arg>
+ <arg>-Xlint:-processing</arg>
+ </compilerArgs>
+ </configuration>
</plugin>
</plugins>
</build>