From f630794e22f9a029a270dbe54a6d4015e476022c Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 24 Feb 2016 17:00:31 -0500 Subject: [PATCH] added warning about site:stage with regards to the aggregate goal --- dependency-check-maven/src/site/markdown/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index aa63bbc35..7e64ab216 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -3,7 +3,7 @@ Goals Goal | Description ------------|----------------------- -aggregate | Runs dependency-check against the child projects and aggregates the results into a single report. +aggregate | Runs dependency-check against the child projects and aggregates the results into a single report. **Warning**: if the aggregate goal is used within the site reporting a blank report will likely be present for any goal beyond site:site (i.e. site:stage or site:deploy will likely result in blank reports being staged or deployed); however, site:site will work. See issue [#325](https://github.com/jeremylong/DependencyCheck/issues/325) for more information. check | Runs dependency-check against the project and generates a report. update-only | Updates the local cache of the NVD data from NIST. purge | Deletes the local copy of the NVD. This is used to force a refresh of the data.