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 ace3d16 Use Stream#iterator to lazily traverse outputFiles
This change permanently discards the following revisions:
discard ace3d16 Use Stream#iterator to lazily traverse outputFiles
discard bce3d14 Using Files.getLastModifiedTime instead of File#lastModified
to avoid a bug in JDK8 on linux.
discard 008b52e Checkstyle - Removed unused import
discard 0125718 Replace checking if the project has the lifecyclePhase
"validate" by checking if the project consists in the reactor.
discard 1b66245 Remove obsolete comment
discard 0be5e94 More sophisticated rules for determining project artifact
discard 010f270 Checkstyle fixes
discard 51a774b 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 59d6cd4 Use Files.walk instead of .list to recursively check for
newer class files when checking if the packaged artifact is up-to-date
discard 4637045 Prefer the target/classes directory when the packaged
artifact is not up-to-date.
discard 88eda1b Update contributors list
discard 3274c23 Only use module output directory when it has been compiled in
this session
discard 450e0ca Make ReactorReader aware of possible previous built artifacts
discard aad6443 Update comment
discard c9ba80d Inspect all projects in Reactor when retrieving metadata
discard 288fa74 Do not check whether calculated directory actually exists
discard d367562 Include already built submodules in Reactor for local
dependency resolving.