maven-compiler-plugin
maven-compiler-plugin copied to clipboard
[MCOMPILER-374] Unable to compile MR jar code against older directories when module-info.jar is present
Russell Gold opened MCOMPILER-374 and commented
This is related to MCOMPILER-373. When a module-info.java file is present under an MR jar version directory, the plugin does add previous versions to the classpath; however, compilation still fails. Since the various directories should logically be part of the same module, the presence of the module-info.java should not make a difference.
You can verify that as the issue by running with X to see the generate compile. Running it without the module-info.java file passes.
Attachments:
- reproducer.zip (11.02 kB)
Issue Links:
- MCOMPILER-373 Unable to compile MR jar code against older directories