commit | e636d4774d843b4e6b02beb03ff22a65b7f0f6a5 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Fri Apr 25 09:43:44 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Fri Apr 25 09:43:44 2014 -0700 |
tree | e401c2f2fd8e902eb344326d66fbac17521b59b9 | |
parent | 65bc5fff00b5dc8af4a90d5a4e376b44fe826f30 [diff] |
Print where deprecated method is used. Change-Id: Ic0f3f46ebbb1984cd7c968d12371c0dadf1b4272
diff --git a/pom.xml b/pom.xml index aa65dec..cfb3429 100644 --- a/pom.xml +++ b/pom.xml
@@ -85,6 +85,8 @@ <source>1.7</source> <target>1.7</target> <encoding>UTF-8</encoding> + <showDeprecation>true</showDeprecation> + <showWarnings>true</showWarnings> </configuration> <executions> </executions>