summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client/pom.xml
diff options
context:
space:
mode:
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>