[
https://issues.apache.org/jira/browse/MNG-6330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069735#comment-17069735
]
Hudson commented on MNG-6330:
-----------------------------
Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4
See
https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/
> [regression] Parents relativePath not verified anymore
> ------------------------------------------------------
>
> Key: MNG-6330
> URL: https://issues.apache.org/jira/browse/MNG-6330
> Project: Maven
> Issue Type: Bug
> Components: Bootstrap & Build, Inheritance and Interpolation,
> Reactor and workspace
> Affects Versions: 3.5.0, 3.5.2
> Reporter: Robert Scholte
> Assignee: Robert Scholte
> Priority: Critical
> Fix For: 3.5.3
>
>
> Since Maven 3.0 the relative path of a parent was always verified, an invalid
> value or missing caches parent made the project fail.
> This stopped after 3.5.0, and after a bisect I discovered the behavior
> changed with:
> {noformat}
> cfb075ac706b25df630f3671f61f8d8313e0f138 is the first bad commit
> commit cfb075ac706b25df630f3671f61f8d8313e0f138
> Author: Karl Heinz Marbaise <[email protected]>
> Date: Tue May 31 21:39:31 2016 +0200
> [MNG-6030] ReactorModelCache do not used effectively after maven version
> 3.0.5 which cause a large memory footprint
> o Reintroduced ReactorModelCache reduces the memory footprint.
> {noformat}
> It looks like the caching introduced an unwanted behavior of Maven. We must
> decide if we want the relative path to be strict again.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)