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

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


 discard ed7db20ad7 [MNG-7758] Report dependency problems for all repository
     add 7161cfa189 [MNG-8153] Add back missing classes from the v3 api (#1577)
     add e935461b6a [MNG-7758] Report dependency problems for all repository
     add 0ff0d74c05 [MNG-7758] Report dependency problems for all repository - 
plugins

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   (ed7db20ad7)
            \
             N -- N -- N   refs/heads/MNG-7758-next-try (0ff0d74c05)

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:
 .../maven/plugin/PluginResolutionException.java    |  15 +++
 .../DefaultPluginDependenciesResolver.java         |  12 +-
 .../internal/BootstrapCoreExtensionManager.java    |   4 +-
 .../apache/maven/plugin/lifecycle/Execution.java   | 104 +++++++++++++++++
 .../apache/maven/plugin/lifecycle/Lifecycle.java   | 109 +++++++++++++++++
 .../plugin/lifecycle/LifecycleConfiguration.java   | 104 +++++++++++++++++
 .../org/apache/maven/plugin/lifecycle/Phase.java   | 129 +++++++++++++++++++++
 7 files changed, 470 insertions(+), 7 deletions(-)
 create mode 100644 
maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/Execution.java
 create mode 100644 
maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/Lifecycle.java
 create mode 100644 
maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/LifecycleConfiguration.java
 create mode 100644 
maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/Phase.java

Reply via email to