Skip to content

Commit 96a660f

Browse files
authored
* Add additional comment to clarify the minimal supported version of outputing dependency tree in JSON fromat.
1 parent 9a10ac4 commit 96a660f

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/apache/maven/plugins/dependency/tree

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public class TreeMojo extends AbstractMojo {
105105
/**
106106
* If specified, this parameter will cause the dependency tree to be written using the specified format. Currently
107107
* supported formats are: <code>text</code> (default), <code>dot</code>, <code>graphml</code>, <code>tgf</code>
108-
* and <code>json</code>.
108+
* and <code>json</code> (since 3.7.0).
109109
* These additional formats can be plotted to image files.
110110
*
111111
* @since 2.2

0 commit comments

Comments
 (0)