desruisseaux commented on code in PR #1108:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/1108#discussion_r3719857112


##########
src/main/java/org/apache/maven/plugin/compiler/IncrementalBuild.java:
##########
@@ -318,7 +318,7 @@ static EnumSet<Aspect> parse(final String values) {
     /**
      * Whether to provide more details about why a module is rebuilt.
      */
-    private final boolean showCompilationChanges;
+    final boolean showCompilationChanges;

Review Comment:
   Yes, this is a parameter in `CompilerMojo`. This parameter already existed 
in the Maven 3 plugin.



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

Reply via email to