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:
[email protected]