stoty commented on a change in pull request #1052:
URL: https://github.com/apache/phoenix/pull/1052#discussion_r551474293
##########
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:
No it won't. We could re-enable RAT by specifying skip=false in the
submodules, but there is nothing to audit in either submodule, they both have
only a single pom.xml file in them.
----------------------------------------------------------------
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]