commit | 593ee4cb4ef52b7b29ea82440c75155f294182cd | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Mon May 12 21:31:39 2014 -0700 |
committer | Gerrit Code Review <gerrit2@gerrit.onos.onlab.us> | Mon May 19 13:07:04 2014 -0700 |
tree | 9fa52ee4f3c1fde8c1f6b2c6acdf05f8417d6a65 | |
parent | f911165bf30ca48421154fe0b5fa3a5a1da03b34 [diff] |
Enable javac lint. - disabling serial ID related warning. Change-Id: I5556c53367c2022baaf4b5fb7c3298cb4a8f9573
diff --git a/pom.xml b/pom.xml index 2438940..629be48 100644 --- a/pom.xml +++ b/pom.xml
@@ -94,6 +94,10 @@ <encoding>UTF-8</encoding> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> + <compilerArgs> + <arg>-Xlint:all</arg> + <arg>-Xlint:-serial</arg> + </compilerArgs> </configuration> <executions> </executions>