191192193194195196197198199200201
public boolean include(Artifact artifact) { return true; } }, new DefaultArtifactCollector()); tree.accept(new DependencyNodeVisitor() { public boolean endVisit(DependencyNode node) { // we want the next sibling too return true; }
207208209210211212213214215216217
218219220221222223224225226227228
204205206207208209210211212213214