desruisseaux commented on PR #963: URL: https://github.com/apache/maven-compiler-plugin/pull/963#issuecomment-3393572419
I added a commit for enabling the parsing of `module-info-patch.maven` files only if the -Dmaven.compiler.preview=true option is given to the mvn command. If this option is not provided, the compilation fails with the following error message: ``` [ERROR] Failed to execute goal (…snip long coordinate…) on project modular-sources: The parsing of "module-info-patch.maven" files is a preview feature. For enabling this feature, the `-Dmaven.compiler.preview=true` option must be given to the `mvn` command. ``` As for [the similar commit on #959](https://github.com/apache/maven-compiler-plugin/pull/959#issuecomment-3393527136), this is an attempt to make this pull request acceptable. -- 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]
