summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-04-25 15:00:08 +0200
committerHarald Musum <musum@yahooinc.com>2022-04-25 15:00:08 +0200
commitd40e95da8f909a5f860cd0e0ec5a3e94cdc50532 (patch)
tree31489f8f153623578fdbe93f014e698d914c71e0 /zookeeper-command-line-client/pom.xml
parentad0f821291c71be9c077c98c0edece14ccb8fb4d (diff)
Avoid logging error when client exits
Need to change compiler warnings to avoid issue with edu.umd.cs.findbugs.annotations.SuppressFBWarnings that leads to compiler warning
Diffstat (limited to 'zookeeper-command-line-client/pom.xml')
-rw-r--r--zookeeper-command-line-client/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index 236bd5245a9..5e2318314d9 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -71,6 +71,15 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ </compilerArgs>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>