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 never seen and issue like that personally.

John


On Wed, 19 Jan 2022 at 19:42, Karl Heinz Marbaise <[email protected]> wrote:

> 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 case?
>
> Otherwise it's impossilbe to even speculate...
>
> Kind regards
> Karl Heinz Marbaise
>
> >
> > 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]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to