rfscholte commented on a change in pull request #414: URL: https://github.com/apache/maven/pull/414#discussion_r548026211
########## 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: One other thing I was missing is: which one is used? Could this be compressed to something like: For ARTIFACTID the jar is older than o.a.m.some.File.class: using target/classes. ---------------------------------------------------------------- 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