updated documentation per issue #1018

This commit is contained in:
Jeremy Long
2017-12-11 06:01:24 -05:00
parent 4bfb7d341e
commit 2a0df96c5b

View File

@@ -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 &gt;reporting&lt; 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;