maven-compiler-plugin icon indicating copy to clipboard operation
maven-compiler-plugin copied to clipboard

[MCOMPILER-374] Unable to compile MR jar code against older directories when module-info.jar is present

Open jira-importer opened this issue 6 years ago • 0 comments

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:

Issue Links:

  • MCOMPILER-373 Unable to compile MR jar code against older directories

jira-importer avatar Feb 13 '19 18:02 jira-importer