As described here , you can display the result of the dependency in graphml format using the following command:
dependency:tree -DoutputType=graphml -DoutputFile=dependencygraphml
But, there is no value that I enter for outputType
, the output in the file does not change. Maven says they support "text, dot, graphml and tgf" here . Currently, I have no idea what I'm doing wrong.
By the way, I am working with maven 3.0.0. Any ideas what I could check?
source share