You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/08 14:25:21 UTC

[maven] branch master updated (b477357 -> a7375a0)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from b477357  [MNG-6326] Make the build fail if core extensions can not be loaded (#648)
     add e5b0831  [MNG-7263] refactor lifecycle providers to ease documentation
     add 711d5fb  [MNG-7263] introduce AbstractLifecycleProvider
     add 94af1d9  [MNG-7263] improve AbstractLifecycleProvider
     add a7375a0  [MNG-7263] use constants instead of copy/paste

No new revisions were added by this update.

Summary of changes:
 .../providers/AbstractLifecycleProvider.java       | 71 ++++++++++++++++++
 .../providers/CleanLifecycleProvider.java          | 52 +++++--------
 .../providers/DefaultLifecycleProvider.java        | 85 ++++++++++------------
 .../lifecycle/providers/SiteLifecycleProvider.java | 56 ++++++--------
 .../providers/WrapperLifecycleProvider.java        | 50 ++++++-------
 5 files changed, 172 insertions(+), 142 deletions(-)
 create mode 100644 maven-core/src/main/java/org/apache/maven/lifecycle/providers/AbstractLifecycleProvider.java