diff --git a/src/site/apt/examples/tree-mojo.apt.vm b/src/site/apt/examples/tree-mojo.apt.vm index 5c5a6ba32..2e3f847f6 100644 --- a/src/site/apt/examples/tree-mojo.apt.vm +++ b/src/site/apt/examples/tree-mojo.apt.vm @@ -283,10 +283,6 @@ mvn dependency:tree -DoutputType=tgf -DoutputFile=dependency-tree.tgf * Notes - * <>: The <<>>, <<>>, <<>>, and <<>> output formats are - available starting with Maven Dependency Plugin version 3.7.0. Always use the latest version - (3.8.1 as of June 2025) for the most stable experience. - * <>: * <>: Parse with any JSON-compatible tool (e.g., Python's <<>> module, JavaScript's <<>>). @@ -297,8 +293,3 @@ mvn dependency:tree -DoutputType=tgf -DoutputFile=dependency-tree.tgf * <>: Use tools supporting TGF or convert to DOT/GraphML for visualization. - * <>: If you encounter issues or want to improve this documentation, contribute to - the Maven Dependency Plugin repository at - {{{https://github.com/apache/maven-dependency-plugin}https://github.com/apache/maven-dependency-plugin}}. - See the - {{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.