You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2021/11/18 10:54:54 UTC

[maven] branch MNG-7129-master updated (240ca7b -> 0dc3db7)

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 240ca7b  Revert c581c0d5a1c567986f33510b174f64dcd4fdd6e6 as the projects are not yet discovered
     add 0d693e5  Minimize changes in maven-core
     add 0dc3db7  Use a lambda expression

No new revisions were added by this update.

Summary of changes:
 .../lifecycle/internal/DependencyContext.java      |   4 +-
 .../maven/lifecycle/internal/MojoExecutor.java     |   9 +-
 .../maven/plugin/DefaultBuildPluginManager.java    |  32 +++---
 .../org/apache/maven/plugin/MojoExecution.java     |  25 ++--
 .../maven/project/DefaultProjectBuilder.java       | 128 ++++++++++-----------
 .../org/apache/maven/project/MavenProject.java     |   6 +-
 .../lifecycle/LifecycleExecutorSubModulesTest.java |   2 +-
 .../lifecycle/internal/stub/MojoExecutorStub.java  |   1 +
 8 files changed, 104 insertions(+), 103 deletions(-)