Re: Replacement proposal for

2024-04-23 Thread Martin Desruisseaux
Le 2024-04-23 à 10 h 21, sebb a écrit : Minor correction: the classes method will necessarily *detect* added sources, because they won't have a class file. What occurs as a result is another matter./ It might be worth considering forcing a full build as an option in such cases if there is

Re: Replacement proposal for

2024-04-23 Thread sebb
Minor correction: the classes method will necessarily *detect* added sources, because they won't have a class file. What occurs as a result is another matter./ It might be worth considering forcing a full build as an option in such cases if there is any way that adding a new source file can affect

Re: Replacement proposal for

2024-04-22 Thread Tamás Cservenák
+1 And I'd just add this to the discussion: https://github.com/apache/maven-compiler-plugin/pull/160 :D T On Mon, Apr 22, 2024 at 2:54 PM Martin Desruisseaux < martin.desruisse...@geomatys.com> wrote: > Hello all > > The Maven compiler plugin has an boolean > parameter with `true` as the

Replacement proposal for

2024-04-22 Thread Martin Desruisseaux
Hello all The Maven compiler plugin has an boolean parameter with `true` as the default value. This parameter has issues discussed in MCOMPILER-209 [1], which has 61 votes. In short, builds are much faster when this parameter is set to `false`, which is counter-intuitive. During the