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.
at 28a6e2c Replace checking if the project has the lifecyclePhase
"validate" by checking if the project consists in the reactor.
This branch includes the following new commits:
new caababc Include already built submodules in Reactor for local
dependency resolving.
new 6d5b0cb Do not check whether calculated directory actually exists
new e813cde Inspect all projects in Reactor when retrieving metadata
new 1f20eb3 Update comment
new 1c1ede0 Make ReactorReader aware of possible previous built artifacts
new 39b7e02 Only use module output directory when it has been compiled in
this session
new fa9f509 Update contributors list
new af97c91 Prefer the target/classes directory when the packaged
artifact is not up-to-date.
new 1897148 Use Files.walk instead of .list to recursively check for
newer class files when checking if the packaged artifact is up-to-date
new 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).
new 1ee24c2 Checkstyle fixes
new 83dd0ee More sophisticated rules for determining project artifact
new 543cb31 Remove obsolete comment
new 28a6e2c Replace checking if the project has the lifecyclePhase
"validate" by checking if the project consists in the reactor.
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.