pzygielo commented on code in PR #172:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/172#discussion_r1089900853


##########
src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java:
##########
@@ -902,7 +906,7 @@ else if ( 
CompilerConfiguration.CompilerReuseStrategy.ReuseSame.getStrategy().eq
                 {
                     String cause = idk ? "idk" : ( dependencyChanged ? 
"dependency"
                             : ( sourceChanged ? "source" : "input tree" ) );
-                    getLog().info( "Changes detected - recompiling the module! 
:" + cause );
+                    getLog().info( "Changes detected! - recompiling the module 
due to: " + cause );

Review Comment:
   If this message is going to change - could we drop exclamation point 
completely?
   (I'm no position to *request* this to happen, just asking.)



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

Reply via email to