New issue 18 by markus.umefjord: Feature request: Config param to specify
maximum depth
http://code.google.com/p/maven-overview-plugin/issues/detail?id=18
We have projects with very large dependency graphs (~100 dependencies
including the transitive ones) which makes the diagram rather useless.
What we would like is something like this:
<configuration>
<maxDepth>2</maxDepth>
</configuration>
I.e. meaning that the plugin should stop pursuing transitive dependencies
at a certain depth.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 18 by hubert.iwaniuk: Feature request: Config param to
specify maximum depth
http://code.google.com/p/maven-overview-plugin/issues/detail?id=18
(No comment was entered for this change.)
Comment #2 on issue 18 by hubert.iwaniuk: Feature request: Config param to
specify maximum depth
http://code.google.com/p/maven-overview-plugin/issues/detail?id=18
This should be delivered with filtering changes.