You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/08/23 19:15:42 UTC

[17/40] phoenix git commit: PHOENIX 2132 Minor addendum to fix RAT warning

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

Branch: refs/heads/calcite
Commit: ce89805535664a63b0df6c633d2ad0def5679250
Parents: c65ef90
Author: Mujtaba <mu...@apache.org>
Authored: Fri Jul 24 11:55:45 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Fri Jul 24 11:55:45 2015 -0700

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


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