Maven Dependency Overview 1.1-SNAPSHOT (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Maven Dependency Overview 1.1-SNAPSHOT (Default branch)
# 1  
Old 06-17-2008
Maven Dependency Overview 1.1-SNAPSHOT (Default branch)

Image Maven Dependency Overview is a simple Maven plugin (report) that creates a diagram of all dependencies (the entire transitive closure.) License: OSI Approved Changes:
A critical bug was fixed and installation was greatly simplified.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Algorithm::Dependency::Ordered(3pm)			User Contributed Perl Documentation		       Algorithm::Dependency::Ordered(3pm)

NAME
Algorithm::Dependency::Ordered - Implements an ordered dependency heirachy DESCRIPTION
Algorithm::Dependency::Ordered implements the most common variety of Algorithm::Dependency, the one in which the dependencies of an item must be acted upon before the item itself can be acted upon. In use and semantics, this should be used in exactly the same way as for the main parent class. Please note that the output of the "depends" method is NOT changed, as the order of the depends is not assumed to be important. Only the output of the "schedule" method is modified to ensure the correct order. For API details, see Algorithm::Dependency. SUPPORT
Bugs should be submitted via the CPAN bug tracker, located at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency> For general comments, contact the author. AUTHOR
Adam Kennedy <adamk@cpan.org> SEE ALSO
Algorithm::Dependency COPYRIGHT
Copyright 2003 - 2009 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2009-04-14 Algorithm::Dependency::Ordered(3pm)