HBASE-2364 Ignore Deprecations during build

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@926462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-03-23 03:56:52 +00:00
parent e2725f70fb
commit 136d3a1f58
2 changed files with 2 additions and 1 deletions

View File

@ -454,6 +454,7 @@ Release 0.21.0 - Unreleased
(Alexey Kovyrin via Stack)
HBASE-2331 [shell] count command needs a way to specify scan caching
(Alexey Kovyrin via Stack)
HBASE-2364 Ignore Deprecations during build (Paul Smith via Stack)
NEW FEATURES
HBASE-1961 HBase EC2 scripts

View File

@ -234,7 +234,7 @@
<source>${compileSource}</source>
<target>${compileSource}</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<showDeprecation>false</showDeprecation>
</configuration>
</plugin>
<plugin>