mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-19 17:08:10 +01:00
version 1.2.9 of documentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2014-12-07
|
||||
| Generated by Apache Maven Doxia at 2015-03-06
|
||||
| Rendered using Apache Maven Fluido Skin 1.3.1
|
||||
-->
|
||||
<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="20141207" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20150306" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-cli - Command Line Arguments</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.2.7/#" title="">
|
||||
<a href="../../../../../../target/site/1.2.9/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -67,9 +67,9 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-12-07</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-03-06</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.2.7
|
||||
Version: 1.2.9
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -96,7 +96,7 @@
|
||||
<a href="#"><i class="none"></i>Configuration</a>
|
||||
</li>
|
||||
<li class="nav-header">Project Documentation</li>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="project-info.html" title="Project Information">
|
||||
@@ -339,6 +339,19 @@
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>-P </td>
|
||||
|
||||
<td>--propertyfile </td>
|
||||
|
||||
<td><file> </td>
|
||||
|
||||
<td>Specifies a file that contains properties to use instead of applicaion defaults. </td>
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td>--disableArchive </td>
|
||||
@@ -350,7 +363,7 @@
|
||||
<td>false</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td> </td>
|
||||
|
||||
@@ -363,7 +376,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td> </td>
|
||||
|
||||
@@ -371,7 +384,20 @@
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td>Sets whether Jar Analyzer will be used. </td>
|
||||
<td>Sets whether the Jar Analyzer will be used. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td>--disableCentral </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td>Sets whether the Central Analyzer will be used. <b>Disabling this analyzer is not recommended as it could lead to false negatives (e.g. libraries that have vulnerabilities may not be reported correctly).</b> If this analyzer is being disabled there is a good chance you also want to disable the Nexus Analyzer. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
@@ -384,7 +410,7 @@
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td>Sets whether Nexus Analyzer will be used. </td>
|
||||
<td>Sets whether the Nexus Analyzer will be used. Note, this has been superceded by the Central Analyzer. However, you can configure the Nexus URL to utilize an internally hosted Nexus Pro server. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
@@ -607,7 +633,7 @@
|
||||
<footer>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<p >Copyright © 2012–2014
|
||||
<p >Copyright © 2012–2015
|
||||
<a href="http://www.owasp.org">OWASP</a>.
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user