You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/01/04 17:06:34 UTC

[GitHub] [phoenix] virajjasani commented on a change in pull request #1052: PHOENIX-6293 PHOENIX-6193 breaks projects depending on the phoenix-cl…

virajjasani commented on a change in pull request #1052:
URL: https://github.com/apache/phoenix/pull/1052#discussion_r551446810



##########
File path: 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>

Review comment:
       And `phoenix-client` is going to run RAT check even in the presence of this right? It overrides plugin from parent pom?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org