Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-3721

Change child pom.xml reference to parent pom.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.3.0
    • build
    • None

    Description

      Several (but not all) module pom.xml files refer to the parent specifying only the directory name. The correct syntax (as per Example 2 on https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) is to include the relative path to parent pom.xml

      <parent>
          <groupId>com.mycompany.app</groupId>
          <artifactId>my-app</artifactId>
          <version>1</version>
          <relativePath>../parent/pom.xml</relativePath>
        </parent>
      

      Attachments

        Activity

          People

            bipinprasad Bipin Prasad
            bipinprasad Bipin Prasad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 20m
                20m