New issue 19 by markus.umefjord: Feature request: Filter on dependency
scopes
http://code.google.com/p/maven-overview-plugin/issues/detail?id=19
We would like to have the option to set which scopes should be included in
the graph, i.e. we would like to be able to exclude test scope
dependencies. The idea is to get a more "clean" graph.
What we are looking for is something like this:
<configuration>
<scopes>
<scope>compile</scope>
<scope>runtime</scope>
<scope>provided</scope>
</scopes>
</configuration>
Great plugin b.t.w!
--
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 19 by hubert.iwaniuk: Feature request: Filter on
dependency scopes
http://code.google.com/p/maven-overview-plugin/issues/detail?id=19
This will be possible with new exclusions.
Great to hear you like it :)
I am willing to make a contribution of code for this. I have it working
locally...
rgds /Markus
That's great :)
Contributions are more than welcome.
Could you do it on github?
http://github.com/neotyk/maven-overview-plugin/tree/master
Thanks,
Hubert.