[
https://issues.apache.org/jira/browse/JCLOUDS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001227#comment-14001227
]
ASF subversion and git services commented on JCLOUDS-571:
---------------------------------------------------------
Commit a623e68d08b89bb2af952153912ba669108ffb77 in jclouds's branch
refs/heads/master from [~ccustine]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=a623e68 ]
JCLOUDS-571 - Fix build to suppress maven parent.relativePath warnings at start
of build
> 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.8.0, 1.7.2
> 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)