This is Dependency Analyzer a utility for graphically visualizing Maven2 dependency graphs.

For more information, please visit:

    http://www.jfrog.org/sites/dep-analyzer/1.0/

Running Dependency Analyzer
================================

From the release, you can run the viewer with:

   bin\run.bat
   or
   ./bin/run.sh

Configuration File
=====================

The Dependency Analyzer will lookup the file in the following order:
1) The full path (including file name) defined by the config.file.path system property
2) Search for the resource from the classpath
3) If no configuration file is found - default configuration values are used

The startup scripts found in the bin folder will set the config.file.path system property to:
installation folder/config/viewer.properties.


