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

Branch: refs/heads/4.5-HBase-1.0
Commit: c81229a8125bb523efc1bd4436a4d4375a8a2f97
Parents: 2c35f32
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:42:11 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c81229a8/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