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

Branch: refs/heads/4.5-HBase-1.1
Commit: 9a4f9d8899dcc2ac049c168268b28c548e46a550
Parents: 9ac3396
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:44:51 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9a4f9d88/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index e08670c..b734e4d 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