Directory
Provides package configurations from a directory.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml
:
ort:
packageConfigurationProviders:
Dir:
options:
path: <OPTIONAL_STRING>
mustExist: false
Options
path
The path of the package configuration directory.
mustExist
A flag to denote whether the path is required to exist.