As described here it is possible to display the dependency-output in graphml format with the following command:
dependency:tree -DoutputType=graphml -DoutputFile=dependencygraphml
But, no mater what value I enter for outputType the output in file does not change. Maven says they support “text, dot, graphml and tgf” here. Currently I have no idea what I am doing wrong.
By the way I am working with maven 3.0.0 . Any ideas what I could check?
As you posted in the comments here and at dzone, one has to specify a recent enough version of the plugin. Otherwise an old version might get used, which doesn’t support graphml yet.
This can be done like this: