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/29 20:04:35 UTC

[maven] branch MNG-4660 deleted (was fe4dbd4)

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 fe4dbd4  Checkstyle - Removed unused import

This change permanently discards the following revisions:

 discard fe4dbd4  Checkstyle - Removed unused import
 discard 3360bba  Replace checking if the project has the lifecyclePhase "validate" by checking if the project consists in the reactor.
 discard 7f0e124  Remove obsolete comment
 discard 2661777  More sophisticated rules for determining project artifact
 discard f87b2ef  Checkstyle fixes
 discard ecd07f3  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 7e056c2  Use Files.walk instead of .list to recursively check for newer class files when checking if the packaged artifact is up-to-date
 discard b3b5829  Prefer the target/classes directory when the packaged artifact is not up-to-date.
 discard 82db451  Update contributors list
 discard 428e909  Only use module output directory when it has been compiled in this session
 discard d29b715  Make ReactorReader aware of possible previous built artifacts
 discard 6589821  Update comment
 discard 5f5ee82  Inspect all projects in Reactor when retrieving metadata
 discard 3ebc665  Do not check whether calculated directory actually exists
 discard 5a5fad4  Include already built submodules in Reactor for local dependency resolving.