aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-07 16:38:25 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2024-04-07 16:42:09 +0200
commit51903f88fda468f66d942df8ba12bb0fc12e6e5b (patch)
treef248ec62fa3989a4767289321acad674798c46d7 /zkfacade/pom.xml
parent59cbad455146da8ff5e10760354395959ad8adb0 (diff)
Enable full linting with errors. Use SuppressWarning explicit where needed
Diffstat (limited to 'zkfacade/pom.xml')
-rw-r--r--zkfacade/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 02be1006bc3..76a1fda2ded 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -74,13 +74,6 @@
<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>