You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EclipseJavaCompiler does not respect CompilerConfiguration.sourceFiles, leading to FilerException: Source file already created on mvn compile without clean when e.g. mapstruct is involved #232
This aims at doing the first step; making EclipseJavaCompiler use AbstractCompiler.getSourceFiles(CompilerConfiguration) instead of it's own (faulty) logic.
The second step of figuring out what to do (also for javac!) when no explicit sourceFiles are present is not part of this issue.