olamy commented on a change in pull request #82: URL: https://github.com/apache/maven-compiler-plugin/pull/82#discussion_r796351209
########## File path: src/main/java/org/apache/maven/plugin/compiler/CompilerMojo.java ########## @@ -231,6 +231,7 @@ protected void preparePaths( Set<File> sourceFiles ) ResolvePathsRequest<File> request = ResolvePathsRequest.ofFiles( dependencyArtifacts ) + .setIncludeStatic( true ) Review comment: in the case of https://issues.apache.org/jira/browse/MCOMPILER-481 we do if we want to be backward compat with previous version (or make it configurable). but my understanding on `static` means required for compilation -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org