Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions maven/src/site/markdown/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ The following properties can be set on the dependency-check-maven plugin.
| enableRetired | Enable the [retired analyzers](../analyzers/index.html). If not enabled the retired analyzers (see below) will not be loaded or used. | false |
| versionCheckEnabled | Whether dependency-check should check if a new version of dependency-check-maven exists. | true |

### Multi-module Maven Projects

When using Dependency-Check in a multi-module Maven build, suppression files can be configured in the parent POM and shared across child modules. Ensure that file paths are configured so they resolve correctly for all modules participating in the build.

Refer to your project structure and Maven property configuration when specifying suppression file locations.
Analyzer Configuration
====================
The following properties are used to configure the various file type analyzers.
Expand Down
Loading