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/b1ad90f0
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b1ad90f0
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b1ad90f0

Branch: refs/heads/4.5-HBase-0.98
Commit: b1ad90f05513c66aa0250e0044823063307dcf59
Parents: fd7523f
Author: Mujtaba <mujt...@apache.org>
Authored: Fri Jul 24 11:55:45 2015 -0700
Committer: James Taylor <jtay...@salesforce.com>
Committed: Tue Aug 11 18:36:52 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b1ad90f0/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 6824b1f..68a8905 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