Chris Custine created JCLOUDS-571:
-------------------------------------

             Summary: Fix build to suppress maven parent.relativePath warnings 
at start of build
                 Key: JCLOUDS-571
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-571
             Project: jclouds
          Issue Type: Improvement
    Affects Versions: 1.7.2, 1.8.0
            Reporter: Chris Custine
            Priority: Trivial


There is a simple fix for the highly annoying 300+ repeated lines of this 
warning at the beginning of builds:
[WARNING]
[WARNING] Some problems were encountered while building the effective model for 
org.apache.jclouds:jclouds-project:pom:1.7.3-SNAPSHOT
[WARNING] 'parent.relativePath' points at org.apache.jclouds:jclouds instead of 
org.apache:apache, please verify your project structure @ line 22, column 11

Just add an empty relativePath like this to the project/pom.xml for the apache 
parent:
  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>14</version>
+    <relativePath/>
  </parent>


I'll submit a PR just for the sheer fun of it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to