You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/04/20 11:57:00 UTC

[jira] [Assigned] (FLINK-24721) Update the based on the Maven official indication

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

Chesnay Schepler reassigned FLINK-24721:
----------------------------------------

    Assignee: Chesnay Schepler  (was: Jing Ge)

> 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
>            Assignee: Chesnay Schepler
>            Priority: Minor
>              Labels: stale-assigned, starter
>             Fix For: 1.16.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.20.7#820007)