I would like to list dependencies in rereport that only contain a certain organization. This is to be able to see the dependency graph of our local components. Including all the other dependencies makes for a huge mess of a graph.
According to the documentation there doesn't seem to be a way to make repreport do this (and I'm pretty certain I don't want to use report, since I want a single graph of all local dependencies). Am I missing something? Does Ivy use XSL to transform the xml into a graphml or dot file? If so, do you think it would work to modify that XSL? Any other suggestions for how this can be done? Thanks! Sam