mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 20:02:16 +01:00
fixed documentation issue per #1018
This commit is contained in:
@@ -156,7 +156,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
|
|||||||
* This cannot be configured in the dependency-check mojo directly.
|
* This cannot be configured in the dependency-check mojo directly.
|
||||||
* This generally maps to "target/site".
|
* This generally maps to "target/site".
|
||||||
*/
|
*/
|
||||||
@Parameter(property = "project.reporting.outputDirectory", required = true)
|
@Parameter(property = "project.reporting.outputDirectory", readonly = true)
|
||||||
private File reportOutputDirectory;
|
private File reportOutputDirectory;
|
||||||
/**
|
/**
|
||||||
* Specifies if the build should be failed if a CVSS score above a specified
|
* Specifies if the build should be failed if a CVSS score above a specified
|
||||||
|
|||||||
Reference in New Issue
Block a user