Re: Help needed for solving MNG-7310

2021-11-10 Thread Martin Kanters
Thanks a lot, Tamás. This will definitely help me fix this. Cheers, Martin Op wo 10 nov. 2021 om 09:14 schreef Tamás Cservenák : > Howdy, > > see this issue > https://issues.apache.org/jira/browse/MNG-6898 > > In short: plexus (that is aware of realm) performs filtered lookup by > realm. > Sisu

Re: Help needed for solving MNG-7310

2021-11-10 Thread Tamás Cservenák
Howdy, see this issue https://issues.apache.org/jira/browse/MNG-6898 In short: plexus (that is aware of realm) performs filtered lookup by realm. Sisu OTOH (that is not aware of the realm) performs "flattened" lookups. So, this is 2nd place where we find plexus semantics being implicitly relied

Help needed for solving MNG-7310

2021-11-09 Thread Martin Kanters
Hi all, A while ago I encountered a bug [1] in Maven 4 which I'm testing at work. I took quite some time into debugging the issue, but I am at a dead end currently. The issue should describe the problem enough, but in short I understand it as the following: 1. Multi module project with two submodu