The Dependency Analyzer will lookup the file in the following order:
The startup scripts found in the
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 |