desruisseaux opened a new pull request, #983: URL: https://github.com/apache/maven-compiler-plugin/pull/983
This pull request fixes #966, which has been reported when using toolchains (the actual issue was with forked compiler rather than toolchains). Since this pull request touches forked compilation, it opportunistically harmonizes the behaviour of forked and non-forked compilations regarding when to generate the `target/javac.args` debug file(s). The harmonized behaviour is to generate these files when the compilation fails, or when the `--verbose` flag was given to Maven. The pull request also tries to be a little bit more specific in the message of exceptions thrown when the compiler does not accept a `--patch-module` argument. This was a side-effect of the investigation on #966. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
