Re: Failing integration test MNG-6386 (Unicode chars) on macOS

2020-07-01 Thread Maarten Mulders
On 01/07/2020 15:21, Michael Osipov wrote: > Am 2020-07-01 um 11:25 schrieb Maarten Mulders: >> Hi all, >> >> Ever since I started contributing on Maven, I noticed that there's one >> integration test that fails on my machine (a Macbook). The test is >> located in the MavenITmng6386BaseUriPropertyT

Re: Failing integration test MNG-6386 (Unicode chars) on macOS

2020-07-01 Thread Michael Osipov
Am 2020-07-01 um 11:25 schrieb Maarten Mulders: Hi all, Ever since I started contributing on Maven, I noticed that there's one integration test that fails on my machine (a Macbook). The test is located in the MavenITmng6386BaseUriPropertyTest class, more specifically the testitMNG6386UnicodeChar

Re: Failing integration test MNG-6386 (Unicode chars) on macOS

2020-07-01 Thread Sylwester Lachiewicz
Hi, Thx for reporting - our GitHub CI integration test run on macos [1] also failed. Let's try to fix it. Sylwester [1] https://github.com/apache/maven/actions/runs/153922419 śr., 1 lip 2020, 11:25 użytkownik Maarten Mulders napisał: > Hi all, > > Ever since I started contributing on Maven, I

Failing integration test MNG-6386 (Unicode chars) on macOS

2020-07-01 Thread Maarten Mulders
Hi all, Ever since I started contributing on Maven, I noticed that there's one integration test that fails on my machine (a Macbook). The test is located in the MavenITmng6386BaseUriPropertyTest class, more specifically the testitMNG6386UnicodeChars method. I always thought it would be "just" my

Re: second MNG-5760

2020-07-01 Thread Maarten Mulders
>From our own testing as well as through JIRA we have received some findings in this functionality: - Maven crashes when invoked outside a project (no pom.xml present). This is now also covered in an integration test. - Resolution of the resume.properties file didn't work properly. This is now