Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/site/apt/examples/tree-mojo.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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>>>).
Expand All @@ -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}}.