You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/04/08 20:22:24 UTC

[maven-dependency-plugin] 07/07: [MDEP-435] Javadoc updated with unordered list

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MDEP-435
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 8f114f06debdf5b4e485b380bf127ffc67f8cce1
Author: Bogdan Sikora <si...@protonmail.com>
AuthorDate: Fri Nov 29 08:59:34 2019 +0100

    [MDEP-435] Javadoc updated with unordered list
---
 .../java/org/apache/maven/plugins/dependency/tree/TreeMojo.java  | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java b/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
index 1a3a36a..515d118 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java
@@ -138,8 +138,13 @@ public class TreeMojo
     /**
      * If specified, this parameter will cause the dependency tree to be written using the specified format. Currently
      * supported format are:
-     * <code>text</code> (default), <code>dot</code>, <code>graphml</code>, <code>tgf</code> and <code>xml</code>.
-     * These additional formats can be plotted to image files.
+     * <ul>
+     *   <li>text (default)</li>
+     *   <li>dot</li>
+     *   <li>graphml</li>
+     *   <li>tgf</li>
+     *   <li>xml</li>
+     * </ul>
      *
      * @since 2.2
      */