Re: Suggestion for soft-breaking Maven Plugin 4.0 changes

2022-07-23 Thread Benjamin Marwell
Let's not forget checksum validation by default. I think it's already planned, but just wanted to mention it. On Fri, 22 Jul 2022, 07:55 Olivier Lamy, wrote: > On Fri, 22 Jul 2022 at 05:59, Guillaume Nodet wrote: > > > I would propose to add the -e flag by default and also the > > > > +1 > >

Re: Suggestion for soft-breaking Maven Plugin 4.0 changes

2022-07-21 Thread Olivier Lamy
On Fri, 22 Jul 2022 at 05:59, Guillaume Nodet wrote: > I would propose to add the -e flag by default and also the > +1 > -DtrimStackTrace=false. > surefire has been changed in 3.0.0-M6 with this default value ;) > > Le jeu. 21 juil. 2022 à 20:24, Benjamin Marwell a > écrit : > > > Hi every

Re: Suggestion for soft-breaking Maven Plugin 4.0 changes

2022-07-21 Thread Guillaume Nodet
I would propose to add the -e flag by default and also the -DtrimStackTrace=false. Le jeu. 21 juil. 2022 à 20:24, Benjamin Marwell a écrit : > Hi everyone, > > as discussed in Slack, here are a few ideas for Maven 4.0 Plugin > default's changes. > Rationale: Convention over configuration, but th

Re: Suggestion for soft-breaking Maven Plugin 4.0 changes

2022-07-21 Thread Anders Hammar
Maybe bump default to at least Java 8 for source/target of maven-compiler-plugin? Or maybe switch to a default for release instead if we decide on a Java 11+ runtime requirement for mvn4. /Anders (mobile) Den tors 21 juli 2022 20:24Benjamin Marwell skrev: > Hi everyone, > > as discussed in Slac

Suggestion for soft-breaking Maven Plugin 4.0 changes

2022-07-21 Thread Benjamin Marwell
Hi everyone, as discussed in Slack, here are a few ideas for Maven 4.0 Plugin default's changes. Rationale: Convention over configuration, but things have diverged from when Maven 3 was started. * Set the default Java Source file encoding to UTF-8. This seems to receive a broad agreement. Not onl