[
https://issues.apache.org/jira/browse/FLINK-24721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-24721:
-------------------------------------
Component/s: Build System
> 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
> Labels: Maven
>
> 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)