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/03/28 15:31:25 UTC

[maven] branch MNG-4660 deleted (was 28a6e2c)

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 28a6e2c  Replace checking if the project has the lifecyclePhase "validate" by checking if the project consists in the reactor.

This change permanently discards the following revisions:

 discard 28a6e2c  Replace checking if the project has the lifecyclePhase "validate" by checking if the project consists in the reactor.
 discard 543cb31  Remove obsolete comment
 discard 83dd0ee  More sophisticated rules for determining project artifact
 discard 1ee24c2  Checkstyle fixes
 discard 7d25e4a  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 1897148  Use Files.walk instead of .list to recursively check for newer class files when checking if the packaged artifact is up-to-date
 discard af97c91  Prefer the target/classes directory when the packaged artifact is not up-to-date.
 discard fa9f509  Update contributors list
 discard 39b7e02  Only use module output directory when it has been compiled in this session
 discard 1c1ede0  Make ReactorReader aware of possible previous built artifacts
 discard 1f20eb3  Update comment
 discard e813cde  Inspect all projects in Reactor when retrieving metadata
 discard 6d5b0cb  Do not check whether calculated directory actually exists
 discard caababc  Include already built submodules in Reactor for local dependency resolving.