Bipin Prasad created STORM-3721:
-----------------------------------

             Summary: Change child pom.xml reference to parent pom.xml
                 Key: STORM-3721
                 URL: https://issues.apache.org/jira/browse/STORM-3721
             Project: Apache Storm
          Issue Type: Improvement
          Components: build
            Reporter: Bipin Prasad
            Assignee: Bipin Prasad


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
{code:java}
<parent>
    <groupId>com.mycompany.app</groupId>
    <artifactId>my-app</artifactId>
    <version>1</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to