This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 16c0bb4  PHOENIX-6293 PHOENIX-6193 breaks projects depending on the 
phoenix-client artifact
16c0bb4 is described below

commit 16c0bb4337b8ea3efa60e6943395420bb882ae2b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 4 10:09:20 2021 +0100

    PHOENIX-6293 PHOENIX-6193 breaks projects depending on the phoenix-client 
artifact
---
 .gitignore                    |  2 +-
 phoenix-client-parent/pom.xml | 10 +++++++++-
 pom.xml                       |  1 +
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2f47957..07d9567 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,7 @@
 
 # eclipse stuffs
 .settings/*
-*/.settings/
+**/.settings/
 .classpath
 .project
 */.externalToolBuilders
diff --git a/phoenix-client-parent/pom.xml b/phoenix-client-parent/pom.xml
index 079df61..d54201b 100644
--- a/phoenix-client-parent/pom.xml
+++ b/phoenix-client-parent/pom.xml
@@ -48,7 +48,15 @@
           <skip>true</skip>
         </configuration>
       </plugin>
-
+      <plugin>
+        <!-- RAT gets really confused on the phoenix-client subprojects,
+        and there is nothing to audit here -->
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 27a772f..2d8b333 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
     <module>phoenix-hbase-compat-1.3.0</module>
     <module>phoenix-core</module>
     <module>phoenix-pherf</module>
+    <module>phoenix-client-parent</module>
     <module>phoenix-client-parent/phoenix-client</module>
     <!-- phoenix-client-embedded is added in profile "embedded" -->
     <module>phoenix-server</module>

Reply via email to