maven-compiler-plugin
maven-compiler-plugin copied to clipboard
[MCOMPILER-365] Missing main classes when test contains a module descriptor
Christian Stein opened MCOMPILER-365 and commented
When testCompile detects a module-info.java file it patches the sources from the main set into the test compilation process. This yields a) recompiling main source files and b) leaves out not directly referenced main types.
I would be better to re-use all compiled type from the main source set, if possible.
Affects: 3.8.0
Issue Links:
- MCOMPILER-341 Compile module-info.java files located in test sources