mthmulders commented on a change in pull request #414:
URL: https://github.com/apache/maven/pull/414#discussion_r548119367



##########
File path: maven-core/src/main/java/org/apache/maven/ReactorReader.java
##########
@@ -266,7 +266,12 @@ private boolean isPackagedArtifactUpToDate( MavenProject 
project, File packagedA
                 long outputFileLastModified = Files.getLastModifiedTime( 
outputFile ).toMillis();
                 if ( outputFileLastModified > artifactLastModified )
                 {
-                    logger.warn( "Packaged artifact is not up-to-date compared 
to the build output directory" );
+                    LOGGER.warn(
+                            "Packaged artifact for {} is not up-to-date 
compared to the build output directory; "

Review comment:
       Since this PR is already merged, I've created a follow-up where we can 
discuss the actual message: https://github.com/apache/maven/pull/416.




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

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


Reply via email to