This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a change to branch MNG-5666
in repository https://gitbox.apache.org/repos/asf/maven.git.
discard 497e716 [MNG-5666] Divide lifecycle in prePhases, phases and
postPhases Expose lifecyclePhaseGroup in MojoExecution
discard b10f7a8 [MNG-5666] Divide Lifecycle in prePhases, phases and
postPhases
add f87ba98 [MNG-6467] - Remove plugin definition from pom file which is
inherited
add 0627522 Update Jenkins build to use Maven 3.5.4 (#179)
add e0db90a [MNG-6473] Update Mockito to 2.21.0 (#181)
add 01f098e [MNG-6475] Remove unused Guava dependencies
add 8bc3c20 [MNG-6311] Implement class-level ModelCache in
DefaultProjectBuilder to solve slow pom resolutions
new cfd13dd [MNG-5666] Divide Lifecycle in prePhases, phases and
postPhases
new d19c649 [MNG-5666] Divide lifecycle in prePhases, phases and
postPhases Expose lifecyclePhaseGroup in MojoExecution
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 (497e716)
\
N -- N -- N refs/heads/MNG-5666 (d19c649)
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.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Jenkinsfile | 4 ++--
apache-maven/pom.xml | 5 -----
maven-core/pom.xml | 4 ----
.../apache/maven/project/DefaultProjectBuilder.java | 21 +++++++++++++--------
.../org/apache/maven/project/ReactorModelCache.java | 8 ++++----
maven-embedder/pom.xml | 4 ----
maven-model-builder/pom.xml | 4 ----
pom.xml | 10 ++--------
8 files changed, 21 insertions(+), 39 deletions(-)