You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "terrytlu (via GitHub)" <gi...@apache.org> on 2023/07/23 14:10:24 UTC

[GitHub] [hbase] terrytlu commented on a diff in pull request #5327: HBASE-27979 some syntax errors detected by IDEA in pom.xml

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: issues-unsubscribe@hbase.apache.org

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