You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/07/05 16:09:29 UTC

svn commit: r1143067 - /maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm

Author: stephenc
Date: Tue Jul  5 14:09:28 2011
New Revision: 1143067

URL: http://svn.apache.org/viewvc?rev=1143067&view=rev
Log:
[MDEP-145] Closing out documentation gap

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm?rev=1143067&r1=1143066&r2=1143067&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm Tue Jul  5 14:09:28 2011
@@ -644,6 +644,23 @@ mvn dependency:tree
 mvn dependency:tree -Doutput=/path/to/file
 +-----+
 
+  Also, the <<<outputType>>> parameter can be used to generate different formats of output.  The
+  following formats are currently supported:
+
+   * text
+
+   * dot
+
+   * graphml
+
+   * tgf
+
+   []
+
++-----+
+mvn dependency:tree -Doutput=/path/to/file.graphml -DoutputType=graphml
++-----+
+
 * The <<<dependency:list-repositories>>> Mojo
 
   This mojo is used to list all the repositories that this build depends upon. It will show repositories defined in your settings,