HBASE-6405 Addendum fixes RAT checking (Elliot Clark)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1362696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c863b51baa
commit
dc15aef157
5
pom.xml
5
pom.xml
|
@ -571,6 +571,11 @@
|
|||
<exclude>**/conf/*</exclude>
|
||||
<exclude>**/*.avpr</exclude>
|
||||
<exclude>**/*.svg</exclude>
|
||||
<exclude>**/META-INF/services/**</exclude>
|
||||
<!-- MIT: http://code.google.com/p/html5shiv/ -->
|
||||
<exclude>**/html5shiv.js</exclude>
|
||||
<!-- MIT http://jquery.org/license -->
|
||||
<exclude>**/jquery.min.js</exclude>
|
||||
<!-- vector graphics -->
|
||||
<exclude>**/*.vm</exclude>
|
||||
<!-- apache doxia generated -->
|
||||
|
|
Loading…
Reference in New Issue