diff --git a/docs/hacking-guide/_building.adoc b/docs/hacking-guide/_building.adoc index 40c2b3c21a..11e9db9bfc 100644 --- a/docs/hacking-guide/_building.adoc +++ b/docs/hacking-guide/_building.adoc @@ -78,4 +78,4 @@ If you wish to generate a report for dependency CVEs you may build with the `-Po ---- $ mvn -Powasp verify -DskipTests ---- -The output will be under `./target/dependency-check-report.html` for *each* sub-module. \ No newline at end of file +The output for every module will be aggregated in `./target/dependency-check-report.html`.