Re: [PATCH] Using --batch-mode in check-release.sh ?

2021-01-12 Thread Robert Munteanu
On Tue, 2021-01-12 at 09:49 +, Marcel Reutegger wrote: > Hi, > > On 12.01.21, 10:46, "Robert Munteanu" wrote: > > Reading the output of check-release.sh is hard since recent > > versions of > > Maven will use escape sequences to generate colored output. I > > proposed > > that we use

Re: [PATCH] Using --batch-mode in check-release.sh ?

2021-01-12 Thread Marcel Reutegger
Hi, On 12.01.21, 10:46, "Robert Munteanu" wrote: > Reading the output of check-release.sh is hard since recent versions of > Maven will use escape sequences to generate colored output. I proposed > that we use --batch-mode to prevent that in the check-release.sh > script. +1 Regards Marcel

[PATCH] Using --batch-mode in check-release.sh ?

2021-01-12 Thread Robert Munteanu
Hi, (This is a one-liner with potential wide impact, so sending to dev list). Reading the output of check-release.sh is hard since recent versions of Maven will use escape sequences to generate colored output. I proposed that we use --batch-mode to prevent that in the check-release.sh script.