From 556be0269600d9a958de05ad50824e519741be5d Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 19 Jun 2015 06:41:55 -0400 Subject: [PATCH] removed the logFile as it is no longer used Former-commit-id: 4fc60afe005df06712abe7478b431ba3c4c29562 --- dependency-check-maven/src/site/markdown/configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index 82923e93b..7f767f0c3 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -18,7 +18,6 @@ autoUpdate | Sets whether auto-updating of the NVD CVE/CPE data is ena outputDirectory | The location to write the report(s). Note, this is not used if generating the report as part of a `mvn site` build | 'target' failBuildOnCVSS | Specifies if the build should be failed if a CVSS score above a specified level is identified. The default is 11 which means since the CVSS scores are 0-10, by default the build will never fail. | 11 format | The report format to be generated (HTML, XML, VULN, ALL). This configuration option has no affect if using this within the Site plugin unless the externalReport is set to true. | HTML -logFile | The file path to write verbose logging information. |   suppressionFile | The file path to the XML suppression file \- used to suppress [false positives](../suppression.html) |   skipTestScope | Should be skip analysis for artifacts with Test Scope | true skipProvidedScope | Should be skip analysis for artifacts with Provided Scope | false