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 07:54:13 UTC

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

rfscholte commented on a change in pull request #82:
URL: https://github.com/apache/maven-compiler-plugin/pull/82#discussion_r796331837



##########
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:
       I don't think we need this one.




-- 
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