You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/07/11 16:14:48 UTC

[maven] branch warn-on-ancient-plugin updated (e752ba9f0 -> 7aa07ab27)

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

cstamas pushed a change to branch warn-on-ancient-plugin
in repository https://gitbox.apache.org/repos/asf/maven.git


    from e752ba9f0 Add version comparison
     add 7aa07ab27 Make it reported only once at end

No new revisions were added by this update.

Summary of changes:
 .../plugin/internal/DefaultMavenPluginManager.java |  10 +-
 .../internal/SessionUsedPluginCollector.java       | 110 +++++++++++++++++++++
 2 files changed, 116 insertions(+), 4 deletions(-)
 create mode 100644 maven-core/src/main/java/org/apache/maven/plugin/internal/SessionUsedPluginCollector.java