Jing Ge created FLINK-24721:
-------------------------------

             Summary: Update the <relativePath> based on the Maven official 
indication
                 Key: FLINK-24721
                 URL: https://issues.apache.org/jira/browse/FLINK-24721
             Project: Flink
          Issue Type: Technical Debt
            Reporter: Jing Ge


Example:
 <groupId>org.apache.flink</groupId>
 <artifactId>flink-formats</artifactId>
 <version>1.15-SNAPSHOT</version>
 *<relativePath>..</relativePath>*

 

Intellij Idea will point out the issue.

There are two solutions follow the official indication. 
[http://maven.apache.org/ref/3.3.9/maven-model/maven.html#class_parent].

option 1: 
 *<relativePath>../pom.xml</relativePath>*

option 2: 
 since we use the default value of relativePath, the whole line could be saved.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to