RE: maven class path order documentation

2023-07-27 Thread mark.yagnatinsky
Users List Subject: Re: maven class path order documentation CAUTION: This email originated from outside our organisation - ta...@cservenak.net Do not click on links, open attachments, or respond unless you recognize the sender and can validate the content is safe. 1 - yes 2 - yes (Maven tries hard

Re: maven class path order documentation

2023-07-27 Thread Tamás Cservenák
mes first by listing it as the first > thing in the pom (is that right?) > > Thanks once more! > Mark. > > -Original Message- > From: Tamás Cservenák > Sent: Thursday, July 27, 2023 10:52 AM > To: Maven Users List > Subject: Re: maven class path order documentati

RE: maven class path order documentation

2023-07-27 Thread mark.yagnatinsky
más Cservenák Sent: Thursday, July 27, 2023 11:29 AM To: Maven Users List Subject: Re: maven class path order documentation CAUTION: This email originated from outside our organisation - ta...@cservenak.net Do not click on links, open attachments, or respond unless you recognize the sender and can

Re: maven class path order documentation

2023-07-27 Thread Tamás Cservenák
And here it is: https://github.com/apache/maven/pull/1212 To have this tested, first build this https://github.com/apache/maven-resolver/pull/322 then this: https://github.com/apache/maven/pull/1212 And you will end up with maven: - that fully delegates to resolver classpath ordering (removed

RE: maven class path order documentation

2023-07-27 Thread mark.yagnatinsky
- From: Tamás Cservenák Sent: Thursday, July 27, 2023 10:52 AM To: Maven Users List Subject: Re: maven class path order documentation CAUTION: This email originated from outside our organisation - ta...@cservenak.net Do not click on links, open attachments, or respond unless you recognize

Re: maven class path order documentation

2023-07-27 Thread Tamás Cservenák
What a coincidence... I just started looking at an old issue (was looking at some edge cases) where even reproducer exists and tackles similar topic: https://issues.apache.org/jira/browse/MNG-6357 Then I went to maven sources and resolver sources to ensure what is happening. Sadly, maven is not