Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-24721

Update the <relativePath> based on the Maven official indication

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              chesnay Chesnay Schepler
              jingge Jing Ge
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: