[
https://issues.apache.org/jira/browse/PHOENIX-6293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258327#comment-17258327
]
ASF GitHub Bot commented on PHOENIX-6293:
-----------------------------------------
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]
> PHOENIX-6193 breaks projects depending on the phoenix-client artifact
> ---------------------------------------------------------------------
>
> Key: PHOENIX-6293
> URL: https://issues.apache.org/jira/browse/PHOENIX-6293
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.1.0, 4.16.0
> Reporter: Josh Elser
> Assignee: Istvan Toth
> Priority: Blocker
>
> PHOENIX-6193 has added the phoenix-client-parent module to consolidate the
> common parameters for the phoenix-client variants.
> However, phoenix-client-parent is not explicitly listed as a module in the
> root pom, so it doesn't get installed/deployed, and dependent projects cannot
> resolve the phoenix-client artifact because of this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)