terrytlu commented on code in PR #5327:
URL: https://github.com/apache/hbase/pull/5327#discussion_r1271454787
##########
hbase-annotations/pom.xml:
##########
@@ -24,7 +24,7 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>${revision}</version>
- <relativePath>..</relativePath>
+ <relativePath>../pom.xml</relativePath>
Review Comment:
In my development environment (IDEA), it really reported a red alert. If
changed to ../pom.xml, it will not report this.
<img width="527" alt="image"
src="https://github.com/apache/hbase/assets/112375429/d86cfe57-ecad-49ba-9e88-3305a4cff7bb">
I found that the maven official case specifies the actual pom.xml, may be
IDEA think it's more in line with the standard...
<img width="1144" alt="image"
src="https://github.com/apache/hbase/assets/112375429/aee00330-d60d-4192-b231-cefd9036b718">
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]