You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/04/25 19:43:12 UTC

[maven] branch MNG-4660 deleted (was 1e63d82)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch MNG-4660
in repository https://gitbox.apache.org/repos/asf/maven.git.


     was 1e63d82  Take the build time into account when determining if the packaged artifact is up to date.

This change permanently discards the following revisions:

 discard 1e63d82  Take the build time into account when determining if the packaged artifact is up to date.
 discard 6023e04  Use Stream#iterator to lazily traverse outputFiles
 discard 2cc4bd9  Using Files.getLastModifiedTime instead of File#lastModified to avoid a bug in JDK8 on linux.
 discard 71dfecc  Checkstyle - Removed unused import
 discard 0c45933  Replace checking if the project has the lifecyclePhase "validate" by checking if the project consists in the reactor.
 discard aef9925  Remove obsolete comment
 discard b7c985e  More sophisticated rules for determining project artifact
 discard f6e28fa  Checkstyle fixes
 discard eed1102  Also include build output directory when the project does not have a compile lifecycle when reading local artifacts. This is needed for resolving intermodule dependencies which are not built in this session (for example with -rf, -pl flags).
 discard 62b72d1  Use Files.walk instead of .list to recursively check for newer class files when checking if the packaged artifact is up-to-date
 discard 4ff2f46  Prefer the target/classes directory when the packaged artifact is not up-to-date.
 discard 60b02aa  Update contributors list
 discard f7c84bc  Only use module output directory when it has been compiled in this session
 discard f1adc73  Make ReactorReader aware of possible previous built artifacts
 discard 7cd6d8e  Update comment
 discard 9603a31  Inspect all projects in Reactor when retrieving metadata
 discard 359f479  Do not check whether calculated directory actually exists
 discard 5834c5a  Include already built submodules in Reactor for local dependency resolving.