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

[maven] branch MNG-7468 updated (ff955011d -> 0e3b12321)

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

sjaranowski pushed a change to branch MNG-7468
in repository https://gitbox.apache.org/repos/asf/maven.git


    omit ff955011d [MNG-7468] Check unsupported plugins parameters in configuration
     add fc1962e65 [MNG-7478] Transport selection should use config properties (#739)
     add 0e3b12321 [MNG-7468] Check unsupported plugins parameters in configuration

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ff955011d)
            \
             N -- N -- N   refs/heads/MNG-7468 (0e3b12321)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../DefaultRepositorySystemSessionFactory.java     | 27 ++++++-
 .../maven/lifecycle/DefaultLifecycleExecutor.java  |  8 +-
 .../apache/maven/lifecycle/LifecycleExecutor.java  |  8 +-
 .../DefaultLifecycleExecutionPlanCalculator.java   | 87 +++-------------------
 .../internal/DefaultMojoExecutionConfigurator.java | 85 +++++++++++++++++++++
 .../internal/LifecycleExecutionPlanCalculator.java | 13 +---
 .../lifecycle/internal/builder/BuilderCommon.java  |  3 +-
 7 files changed, 129 insertions(+), 102 deletions(-)