[ 
https://issues.apache.org/jira/browse/FLINK-24721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chesnay Schepler updated FLINK-24721:
-------------------------------------
    Fix Version/s: 1.15.0

> 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
>          Components: Build System
>            Reporter: Jing Ge
>            Priority: Minor
>             Fix For: 1.15.0
>
>
> 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