Re: Notes on maven-compiler-plugin work

2024-04-16 Thread Tamás Cservenák
Howdy, went through implementation changes page (1st email), and am totally aligned with those changes! Keep up the good work! T On Tue, Apr 16, 2024 at 4:51 PM Martin Desruisseaux < martin.desruisse...@geomatys.com> wrote: > Oups, sorry. The link should be >

Re: Notes on maven-compiler-plugin work

2024-04-16 Thread Martin Desruisseaux
Oups, sorry. The link should be https://github.com/Geomatys/maven-compiler-plugin/wiki Le 2024-04-16 à 16 h 50, Martin Desruisseaux a écrit : Hello all Le 2024-03-18 à 09 h 20, sebb a écrit : It would be helpful if there was a migration page that explained to users how to handle settings

Re: Notes on maven-compiler-plugin work

2024-04-16 Thread Martin Desruisseaux
Hello all Le 2024-03-18 à 09 h 20, sebb a écrit : It would be helpful if there was a migration page that explained to users how to handle settings that are no longer supported. This could be quoted in the relevant error message. I started a wiki page summarizing the changes (to be moved

Re: Notes on maven-compiler-plugin work

2024-03-18 Thread sebb
On Mon, 18 Mar 2024 at 07:50, Romain Manni-Bucau wrote: > > Hi Martin, > > Since we'll go v4 and really change the impl I guess we can drop all the > compiler args from properties and the not relevant options. It would be helpful if there was a migration page that explained to users how to

Re: Notes on maven-compiler-plugin work

2024-03-18 Thread Romain Manni-Bucau
Hi Martin, Since we'll go v4 and really change the impl I guess we can drop all the compiler args from properties and the not relevant options. Ultimately the only options would be: * fork options * compiler args * log/outputs options Anything else brings confusion and prevents us to validate

Notes on maven-compiler-plugin work

2024-03-17 Thread Martin Desruisseaux
Hello all I'm not yet ready to submit a pull request for the reworked maven-compiler-plugin, but I would like to report some details about changes that would come, if accepted. This work is for Maven 4 only, the plugin for Maven 3 will stay unaffected. As proposed on GitHub comment [1], I'm