Re: --no-transfer-progress might be causing the some tests to fail

2022-01-21 Thread Michael Osipov
Am 2022-01-18 um 15:27 schrieb Janardhan Pulivarthi: Hi Maven team, A test is failing consistently for us when maven build is triggered along with --no-transfer-progress option. We are using the following operation to build a jar, against which the test was run: mvn --no-transfer-progress

Re: --no-transfer-progress might be causing the some tests to fail

2022-01-19 Thread Janardhan Pulivarthi
Hi, > it sounds like a subject for the users mailing list and not for the dev > list. My bad, sorry. Will do from the next time. > I would be asking what version of maven are you using? what java version? > Could you try upgrading to the latest maven version. I am using the latest maven

Re: --no-transfer-progress might be causing the some tests to fail

2022-01-19 Thread John Patrick
I would be asking what version of maven are you using? what java version? Could you try upgrading to the latest maven version. Could you try upgrading to the latest of all plugins being used. My standard maven options for cicd are "--batch-mode --no-transfer-progress --show-version -fae -U" and

Re: --no-transfer-progress might be causing the some tests to fail

2022-01-19 Thread Karl Heinz Marbaise
Hi, it sounds like a subject for the users mailing list and not for the dev list. On 18.01.22 15:27, Janardhan Pulivarthi wrote: Hi Maven team, A test is failing consistently for us when maven build is triggered along with --no-transfer-progress option. do you have a full example of such

Re: --no-transfer-progress might be causing the some tests to fail

2022-01-18 Thread Tomo Suzuki
I'm not sure what the exact problem is in your environment when using "--no-transfer-progress". You may want to share more details (stacktrace and error messages). I might have a similar problem as yours. In my case, there was.a problem in GitHub Actions where it disconnects HTTP connections when

--no-transfer-progress might be causing the some tests to fail

2022-01-18 Thread Janardhan Pulivarthi
Hi Maven team, A test is failing consistently for us when maven build is triggered along with --no-transfer-progress option. We are using the following operation to build a jar, against which the test was run: mvn --no-transfer-progress clean package -P distribution Thank you, Janardhan