mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +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)
|
||||
private File outputDirectory;
|
||||
/**
|
||||
* Specifies the destination directory for the generated Dependency-Check
|
||||
* report. This generally maps to "target/site".
|
||||
* This is a reference to the >reporting< sections <code>outputDirectory</code>.
|
||||
* This cannot be configured in the dependency-check mojo directly.
|
||||
* This generally maps to "target/site".
|
||||
*/
|
||||
@Parameter(property = "project.reporting.outputDirectory", required = true)
|
||||
private File reportOutputDirectory;
|
||||
|
||||
Reference in New Issue
Block a user