Hi Volkan, On Fri, 5 Jan 2024 at 11:30, Volkan Yazıcı <vol...@yazi.ci> wrote: > > > A previous `generate-module-descriptors` execution leaves > > `target/classes/module-info.class` files. These interfere with > > the way the `maven-compiler-plugin` works. > > Piotr, could you elaborate on this interference? What exactly is the > problem we are trying to address here? > > I have the impression we are working around a `maven-compiler-plugin` bug. > If it is so, is there also an associated `m-c-p` ticket?
This might even be a Java compiler bug. I have a minimal reproducible example of the problem here: https://github.com/copernik-eu/bug-reproducibility/tree/main/javac-module-info-bug I'll deal with Oracle's web bug submission process later. Piotr