This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 9dc5204301e8c4257db6f9677cd226f02f2dd0d4 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Tue Oct 7 11:56:28 2025 +0000 Focus on most recent version Removed outdated notes about plugin version and redundant copy-pasta about contributing. --- src/site/apt/examples/tree-mojo.apt.vm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/site/apt/examples/tree-mojo.apt.vm b/src/site/apt/examples/tree-mojo.apt.vm index 5c5a6ba3..2e3f847f 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 - * <<Plugin Version>>: The <<<json>>>, <<<dot>>>, <<<graphml>>>, and <<<tgf>>> 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. - * <<Visualization Tools>>: * <<JSON>>: Parse with any JSON-compatible tool (e.g., Python's <<<json>>> module, JavaScript's <<<JSON.parse>>>). @@ -297,8 +293,3 @@ mvn dependency:tree -DoutputType=tgf -DoutputFile=dependency-tree.tgf * <<TGF>>: Use tools supporting TGF or convert to DOT/GraphML for visualization. - * <<Contributing>>: 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}}.
