On Fri, Nov 5, 2021 at 7:55 AM Olivier Cailloux <[email protected]> wrote:
> ... > Armed with this rich information, Maven could auto-generate the module- > info.java file before compiling the code; auto-generate the alternative > module-info.java file before compiling and running the tests; > ... That's like saying: Hey Maven, generate my packages (and classes, and interfaces, and...)! ;-) Or as Robert expressed it: https://stackoverflow.com/a/43213506/1431016 Also read his article linked in the answer. Cheers, Christian
