Re: Legacy repository layout is not supported by Maven 4?

2023-06-24 Thread Guillaume Nodet
Ah, I understand. After you switched to the non deprecated method, you observed a change. I thought you observed a change without any modification to your code. So yeah, as Tamás explained, this is expected. Le ven. 23 juin 2023 à 17:47, Alexey Venderov a écrit : > Guillaume, > > The change in

Re: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Alexey Venderov
Guillaume, The change in the behavior is introduced here: https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97 . *RepositorySystem.buildArtifactRepository* behaves differently compared to *MavenRepo

Re: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Guillaume Nodet
Le ven. 23 juin 2023 à 15:21, Alexey Venderov a écrit : > Hi! > > After this change > > https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97 > it looks like that *layout *repository property is not

Re: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Alexey Venderov
Great! Thank you, Tamás! Would it make sense to log some kind of a warning to tell the user that the value that they have configured in the config will be ignored? Best regards, Alexey Venderov mailto: avende...@gmail.com On Fri, Jun 23, 2023 at 3:29 PM Tamás Cservenák wrote: > Howdy, > > Yes

Re: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Tamás Cservenák
Howdy, Yes, that;s right. Maven3 had Maven2 support, Maven4 will have Maven3 support only, we don't plan to support several generations backward. Everything moves off from "legacy" :) Thanks T On Fri, Jun 23, 2023 at 3:21 PM Alexey Venderov wrote: > Hi! > > After this change > > https://github

Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Alexey Venderov
Hi! After this change https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97 it looks like that *layout *repository property is not supported anymore. *buildArtifactRepostitory* method in *MavenReposi