This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch MNG-7129-master
in repository https://gitbox.apache.org/repos/asf/maven.git.
from 219b4aa [MNG-7337] Fix broken integration tests due to early logging
add 5d80e2e [MNG-7129] Rely on the DefaultLifecycles instead of
hard-coded list of phases, make lifecycles ordering more explicit
No new revisions were added by this update.
Summary of changes:
.../apache/maven/caching/CacheControllerImpl.java | 21 ++--
.../apache/maven/caching/CachingMojoExecutor.java | 14 ++-
.../maven/caching/LifecyclePhasesHelper.java | 124 +++++++++++++++++++++
.../org/apache/maven/caching/ProjectUtils.java | 34 +-----
.../java/org/apache/maven/caching/xml/Build.java | 33 ------
.../apache/maven/lifecycle/DefaultLifecycles.java | 3 +
.../internal/DefaultLifecyclePluginAnalyzer.java | 15 +--
7 files changed, 150 insertions(+), 94 deletions(-)
create mode 100644
maven-caching/src/main/java/org/apache/maven/caching/LifecyclePhasesHelper.java