mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 07:14:09 +01:00
updated documentation per issue #1018
This commit is contained in:
@@ -152,8 +152,9 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
|
|||||||
@Parameter(defaultValue = "${project.build.directory}", required = true)
|
@Parameter(defaultValue = "${project.build.directory}", required = true)
|
||||||
private File outputDirectory;
|
private File outputDirectory;
|
||||||
/**
|
/**
|
||||||
* Specifies the destination directory for the generated Dependency-Check
|
* This is a reference to the >reporting< sections <code>outputDirectory</code>.
|
||||||
* report. This generally maps to "target/site".
|
* This cannot be configured in the dependency-check mojo directly.
|
||||||
|
* This generally maps to "target/site".
|
||||||
*/
|
*/
|
||||||
@Parameter(property = "project.reporting.outputDirectory", required = true)
|
@Parameter(property = "project.reporting.outputDirectory", required = true)
|
||||||
private File reportOutputDirectory;
|
private File reportOutputDirectory;
|
||||||
|
|||||||
Reference in New Issue
Block a user