Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 d2c650a9c -> 19820bd79


PHOENIX 2132 Minor addendum to fix RAT warning


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/19820bd7
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/19820bd7
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/19820bd7

Branch: refs/heads/4.x-HBase-1.0
Commit: 19820bd799e0066f063a7b0a2c32862c738e0bb0
Parents: d2c650a
Author: Mujtaba <mujt...@apache.org>
Authored: Fri Jul 24 11:55:23 2015 -0700
Committer: Mujtaba <mujt...@apache.org>
Committed: Fri Jul 24 11:55:23 2015 -0700

----------------------------------------------------------------------
 phoenix-pherf/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/19820bd7/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index bc474c6..281c771 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -195,7 +195,8 @@
                                <artifactId>apache-rat-plugin</artifactId>
                                <configuration>
                                        <excludes>
-                                               <exclude>RESULTS/**</exclude>
+                                               <exclude>*/RESULTS/**</exclude>
+                                               <exclude>README.md</exclude>
                                        </excludes>
                                </configuration>
                        </plugin>

Reply via email to