You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/01 08:18:54 UTC

[GitHub] [maven-compiler-plugin] olamy commented on a change in pull request #82: [MCOMPILER-481] compiler plugin should include static module for compilation

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.
   




-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org