[
https://issues.apache.org/jira/browse/MNG-7862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757452#comment-17757452
]
ASF GitHub Bot commented on MNG-7862:
-------------------------------------
gnodet commented on PR #1217:
URL: https://github.com/apache/maven/pull/1217#issuecomment-1688153034
> Is this for v4 only? Some of the API changes look incompatible.
Yes, I did not really envision to backport it. I think most of the changed
methods are new in 4.0. The exceptions are the default value in the model and
the new `ModelSource3` which I introduced to avoid adding a method to an
interface that could be possibly implemented by plugins / extensions. I may
have missed a possible incompatible change if a plugin/extension actually
implements `ModelSource2` (as I should provide the previous behaviour in such a
case).
> The ModelLocator should always be used when locating pom.xml
> ------------------------------------------------------------
>
> Key: MNG-7862
> URL: https://issues.apache.org/jira/browse/MNG-7862
> Project: Maven
> Issue Type: Improvement
> Affects Versions: 4.0.0-alpha-7
> Reporter: Guillaume Nodet
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 4.0.0-alpha-8
>
>
> There are a few places where the pom.xml location is hardcoded. There's a
> known interface to locate those, so those references should be cleaned.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)