You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2015/07/24 20:53:38 UTC

phoenix git commit: PHOENIX 2132 Minor addendum to fix RAT warning

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 07d6d8636 -> 8720caae6


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 8720caae69652300854f67ec5dd30e5e6a24fc53
Parents: 07d6d86
Author: Mujtaba <mu...@apache.org>
Authored: Fri Jul 24 11:53:25 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Fri Jul 24 11:53:25 2015 -0700

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


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