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 there's no output for a certain period of time. https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080 On Tue, Jan 18, 2022 at 9:28 AM Janardhan Pulivarthi < [email protected]> wrote: > 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 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards, Tomo
