aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2024-04-06 10:39:00 +0200
committerGitHub <noreply@github.com>2024-04-06 10:39:00 +0200
commit0decf39813d495b2531c95307a50c87e3043da01 (patch)
tree755dcdaaaf0b4ad8917eeb41c55559f99fb6d998 /zkfacade/pom.xml
parent9059f0cb7aeb047097c5e732410d376553db8cce (diff)
Revert "- Use default compilerArgs where we turn on linting and enable warnin…" (#30840)
Diffstat (limited to 'zkfacade/pom.xml')
-rw-r--r--zkfacade/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 76a1fda2ded..02be1006bc3 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -74,6 +74,13 @@
<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>
+ </compilerArgs>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>