mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +01:00
documentation version 1.4.2
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-16
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-07-31
|
||||
| Rendered using Apache Maven Fluido Skin 1.5
|
||||
-->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20160616" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20160731" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-maven – dependency-check:aggregate</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
|
||||
@@ -52,7 +52,7 @@
|
||||
<ul class="breadcrumb">
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../target/site/1.4.0/#" title="">
|
||||
<a href="../../../../../../target/site/1.4.2/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -64,9 +64,9 @@
|
||||
<li class="active ">dependency-check:aggregate</li>
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-06-16</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-07-31</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.4.0
|
||||
Version: 1.4.2
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -155,7 +155,7 @@
|
||||
|
||||
<p><b>Full name</b>:</p>
|
||||
|
||||
<p>org.owasp:dependency-check-maven:1.4.0:aggregate</p>
|
||||
<p>org.owasp:dependency-check-maven:1.4.2:aggregate</p>
|
||||
|
||||
<p><b>Description</b>:</p>
|
||||
|
||||
@@ -218,6 +218,17 @@ the CVSS scores are 0-10, by default the build will never fail.<br /><b>Default
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td><b><a href="#failOnError">failOnError</a></b></td>
|
||||
|
||||
<td><tt>boolean</tt></td>
|
||||
|
||||
<td><tt>-</tt></td>
|
||||
|
||||
<td>Sets whether or not the external report format should be used.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>failOnError</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td><b><a href="#format">format</a></b></td>
|
||||
|
||||
<td><tt>String</tt></td>
|
||||
@@ -229,7 +240,7 @@ configuration option has no affect if using this within the Site
|
||||
plug-in unless the externalReport is set to true. Default is HTML.<br /><b>Default value is</b>: <tt>HTML</tt>.<br /><b>User property is</b>: <tt>format</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td><b><a href="#name">name</a></b></td>
|
||||
|
||||
@@ -240,7 +251,7 @@ plug-in unless the externalReport is set to true. Default is HTML.<br /><b>Defau
|
||||
<td>The name of the report in the site.<br /><b>Default value is</b>: <tt>dependency-check:aggregate</tt>.<br /><b>User property is</b>: <tt>name</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
|
||||
|
||||
@@ -251,7 +262,7 @@ plug-in unless the externalReport is set to true. Default is HTML.<br /><b>Defau
|
||||
<td>The output directory. This generally maps to "target".<br /><b>Default value is</b>: <tt>${project.build.directory}</tt>.<br /></td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td><b><a href="#reportOutputDirectory">reportOutputDirectory</a></b></td>
|
||||
|
||||
@@ -1077,6 +1088,20 @@ the CVSS scores are 0-10, by default the build will never fail.</div>
|
||||
|
||||
<li><b>Default</b>: <tt>11</tt></li>
|
||||
</ul><hr />
|
||||
<p><b><a name="failOnError">failOnError</a>:</b></p>
|
||||
|
||||
<div>Sets whether or not the external report format should be used.</div>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><b>Type</b>: <tt>boolean</tt></li>
|
||||
|
||||
<li><b>Required</b>: <tt>Yes</tt></li>
|
||||
|
||||
<li><b>User Property</b>: <tt>failOnError</tt></li>
|
||||
|
||||
<li><b>Default</b>: <tt>true</tt></li>
|
||||
</ul><hr />
|
||||
<p><b><a name="format">format</a>:</b></p>
|
||||
|
||||
<div>The report format to be generated (HTML, XML, VULN, ALL). This
|
||||
|
||||
Reference in New Issue
Block a user