You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/06/20 08:16:24 UTC

[maven] branch master updated (1f8e073 -> c7aa002)

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

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


    from 1f8e073  Do not create empty file on error
     add 46ed754  Revert "[MNG-6562] added WARNING on default bindings plugins unlocked versions"
     add a7771a1  [MNG-6562] WARN if plugins injected by default lifecycle bindings don't have their version locked in pom.xml or parent
     new c7aa002  Merge remote-tracking branch 'remotes/origin/MNG-6562'

The 1 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:
 .../internal/DefaultLifecyclePluginAnalyzer.java   |  6 +--
 .../lifecycle/internal/builder/BuilderCommon.java  | 21 +++++++++++
 .../plugin/DefaultLifecycleBindingsInjector.java   | 36 +++---------------
 .../lifecycle/internal/BuilderCommonTest.java      | 44 ++++++++++++++++++----
 .../stub/LifecycleExecutionPlanCalculatorStub.java | 11 +++++-
 .../test/projects/project-builder/MNG-6723/pom.xml | 38 -------------------
 6 files changed, 74 insertions(+), 82 deletions(-)


[maven] 01/01: Merge remote-tracking branch 'remotes/origin/MNG-6562'

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c7aa002c749996f46ae04f1d1c1e1390b7374f7e
Merge: 1f8e073 a7771a1
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jun 20 10:16:15 2020 +0200

    Merge remote-tracking branch 'remotes/origin/MNG-6562'

 .../internal/DefaultLifecyclePluginAnalyzer.java   |  6 +--
 .../lifecycle/internal/builder/BuilderCommon.java  | 21 +++++++++++
 .../plugin/DefaultLifecycleBindingsInjector.java   | 36 +++---------------
 .../lifecycle/internal/BuilderCommonTest.java      | 44 ++++++++++++++++++----
 .../stub/LifecycleExecutionPlanCalculatorStub.java | 11 +++++-
 .../test/projects/project-builder/MNG-6723/pom.xml | 38 -------------------
 6 files changed, 74 insertions(+), 82 deletions(-)