This is an automated email from the ASF dual-hosted git repository. cstamas pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
from d826b575a [MNG-7784] Fix compatibility for SuperPomProvider (#1109) new a90950155 [MNG-7786] Fix plugin validation misleading message (#1112) new 11d97e64e [MNG-7787] Introduce new options for plugin validation report (#1113) new 099a3f346 [MNG-7788] Plugin Validation Report logged before summary (#1114) The 3 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: .../AbstractMavenPluginDependenciesValidator.java | 6 --- .../plugin/internal/DefaultMavenPluginManager.java | 2 +- .../DefaultPluginDependenciesResolver.java | 19 +++++++ .../internal/DefaultPluginValidationManager.java | 61 +++++++++++++++------- .../internal/Maven2DependenciesValidator.java | 2 +- .../internal/MavenMixedDependenciesValidator.java | 2 +- .../internal/MavenPluginDependenciesValidator.java | 14 +++++ ...avenPluginDescriptorDependenciesValidator.java} | 22 +++++--- 8 files changed, 94 insertions(+), 34 deletions(-) rename maven-core/src/main/java/org/apache/maven/plugin/internal/{MavenScopeDependenciesValidator.java => MavenPluginDescriptorDependenciesValidator.java} (60%)