Powered by:
SourceForge.net JUNG Spring Rich Client Built by Maven
Sponsored by:
AlphaCSP

Configuration Files

Dependency Analyzer configuration files

File Name Description
viewer.properties Dependency Analyzer configuration file
log4j.properties The standard log4j configuration file

Dependency Analyzer 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.



The Dependency Analyzer configuration file may include the following configuration properties:



Property name Description Default value
maven.home The path to the local installation of maven -
maven.remote.repo.central The central remote repo http://repo1.maven.org/maven2/
maven.repo.local The path to the local repository, if not defined or not found by maven will be set to default value. This property is mandatory if the local repository is not located in the default location. user.home/.m2/repository/
org.apache.maven.user-settings A path to an alternative maven settings.xml file for the Dependency Analyzer -
offline Work in offline mode false
transitive.depth To what depth transitive dependencies should be resolved 3

Dependency Analyzer folders



Inside the Dependency Analyzer home you will find the following subfolders:



Folder Name Description
bin All scripts for running and installing Dependency Analyzer
lib All third party libraries required for running Dependency Analyzer
config Configuration files
dependency-analyzer.jar The Dependency Analyzer jar