ACCUMULO-2529 Show compiler warnings in maven build
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3648c1bd Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3648c1bd Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3648c1bd Branch: refs/heads/1.4.6-SNAPSHOT Commit: 3648c1bd3d4018ad13e14091aef237f5b5eac1ad Parents: 4d53f2e Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri Apr 18 12:27:28 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri Apr 18 12:27:28 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/3648c1bd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 615d0bf..6ed7a61 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,8 @@ <source>1.6</source> <target>1.6</target> <optimize>true</optimize> + <showDeprecation>true</showDeprecation> + <showWarnings>true</showWarnings> </configuration> </plugin> <plugin>