removed the logFile configuration as we now use the ant logger

Former-commit-id: 250f861439d7fbe4b2916c258aa6dd96ce5feca6
This commit is contained in:
Jeremy Long
2015-06-19 06:40:56 -04:00
parent 370b0cb049
commit fce742910e

View File

@@ -31,7 +31,6 @@ externalReport | When using as a Site plugin this parameter sets whether o
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) |  
proxyServer | The Proxy Server. |  
proxyPort | The Proxy Port. |