You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/04/18 18:40:57 UTC

[6/9] git commit: ACCUMULO-2529 Show compiler warnings in maven build

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.6.0-SNAPSHOT
Commit: 3648c1bd3d4018ad13e14091aef237f5b5eac1ad
Parents: 4d53f2e
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Apr 18 12:27:28 2014 -0400
Committer: Christopher Tubbs <ct...@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>