This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch doc-plugins-versions
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/doc-plugins-versions by this
push:
new 14824441fb document default plugin versions
14824441fb is described below
commit 14824441fbb4cf9ea9272f44b94d3077b6948b6d
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Jun 27 18:45:21 2026 +0200
document default plugin versions
---
maven-core/src/site/apt/default-bindings.apt.vm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/maven-core/src/site/apt/default-bindings.apt.vm
b/maven-core/src/site/apt/default-bindings.apt.vm
index e54c7b7335..afe6d61bca 100644
--- a/maven-core/src/site/apt/default-bindings.apt.vm
+++ b/maven-core/src/site/apt/default-bindings.apt.vm
@@ -30,6 +30,8 @@ Plugin Bindings for <<<default>>> Lifecycle Reference
%{toc|fromDepth=2}
+ Versions of the plugins are based on {{{.//plugin-management.html} Project
Plugin Management}}.
+
* Plugin bindings for <<<pom>>> packaging
%{snippet|id=pom|file=${project.basedir}/src/main/java/org/apache/maven/lifecycle/providers/packaging/PomLifecycleMappingProvider.java}