mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 01:51:49 +01:00
fix issue #806
This commit is contained in:
@@ -202,12 +202,12 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
|
|||||||
/**
|
/**
|
||||||
* The paths to the suppression files.
|
* The paths to the suppression files.
|
||||||
*/
|
*/
|
||||||
@Parameter(required = false)
|
@Parameter(property = "suppressionFiles", required = false)
|
||||||
private String[] suppressionFiles;
|
private String[] suppressionFiles;
|
||||||
/**
|
/**
|
||||||
* The paths to the suppression file.
|
* The paths to the suppression file.
|
||||||
*/
|
*/
|
||||||
@Parameter(required = false)
|
@Parameter(property = "suppressionFile", required = false)
|
||||||
private String suppressionFile;
|
private String suppressionFile;
|
||||||
/**
|
/**
|
||||||
* The path to the hints file.
|
* The path to the hints file.
|
||||||
|
|||||||
Reference in New Issue
Block a user