mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
version 1.4.0 documentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-04-09
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-06-16
|
||||
| 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="20160409" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20160616" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-ant – Configuration</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.3.6/#" title="">
|
||||
<a href="../../../../../../target/site/1.4.0/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -64,9 +64,9 @@
|
||||
<li class="active ">Configuration</li>
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-09</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-06-16</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.3.6
|
||||
Version: 1.4.0
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -136,9 +136,6 @@
|
||||
</a>
|
||||
<a href="http://www.jetbrains.com/idea/" title="IntelliJ" class="builtBy">
|
||||
<img class="builtBy" alt="developed using" src="http://jeremylong.github.io/DependencyCheck/images/logos/logo_intellij_idea.png" width="170px" />
|
||||
</a>
|
||||
<a href="http://www.cloudbees.com/" title="Cloudbees" class="builtBy">
|
||||
<img class="builtBy" alt="built on cloudbees" src="http://jeremylong.github.io/DependencyCheck/images/logos/Button-Built-on-CB-1.png" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -174,7 +171,7 @@
|
||||
</pre></div></div>
|
||||
<div class="section">
|
||||
<h2><a name="Configuration:_dependency-check_Task"></a>Configuration: dependency-check Task</h2>
|
||||
<p>The following properties can be set on the dependency-check-update task.</p>
|
||||
<p>The following properties can be set on the dependency-check task.</p>
|
||||
|
||||
<table border="0" class="table table-striped">
|
||||
<thead>
|
||||
@@ -257,7 +254,7 @@
|
||||
|
||||
<td>proxyServer </td>
|
||||
|
||||
<td>The Proxy Server. </td>
|
||||
<td>The Proxy Server; see the <a href="../data/proxy.html">proxy configuration</a> page for more information. </td>
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
@@ -297,6 +294,15 @@
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>enableExperimental </td>
|
||||
|
||||
<td>Enable the <a href="../analyzers/index.html">experimental analyzers</a>. If not enabled the experimental analyzers (see below) will not be loaded or used. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h1>Analyzer Configuration</h1>
|
||||
@@ -383,7 +389,7 @@
|
||||
|
||||
<td>pyDistributionAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether the Python Distribution Analyzer will be used. </td>
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> Python Distribution Analyzer will be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -392,7 +398,7 @@
|
||||
|
||||
<td>pyPackageAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether the Python Package Analyzer will be used. </td>
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> Python Package Analyzer will be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -401,7 +407,7 @@
|
||||
|
||||
<td>rubygemsAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether the Ruby Gemspec Analyzer will be used. </td>
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> Ruby Gemspec Analyzer will be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -410,7 +416,7 @@
|
||||
|
||||
<td>opensslAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether or not the openssl Analyzer should be used. </td>
|
||||
<td>Sets whether the openssl Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -419,7 +425,7 @@
|
||||
|
||||
<td>cmakeAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether or not the CMake Analyzer should be used. </td>
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> CMake Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -428,7 +434,7 @@
|
||||
|
||||
<td>autoconfAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether or not the autoconf Analyzer should be used. </td>
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> autoconf Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -437,7 +443,7 @@
|
||||
|
||||
<td>composerAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether or not the PHP Composer Lock File Analyzer should be used. </td>
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> PHP Composer Lock File Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -446,7 +452,7 @@
|
||||
|
||||
<td>nodeAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether or not the Node.js Analyzer should be used. </td>
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> Node.js Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -455,7 +461,7 @@
|
||||
|
||||
<td>nuspecAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether or not the .NET Nuget Nuspec Analyzer will be used. </td>
|
||||
<td>Sets whether the .NET Nuget Nuspec Analyzer will be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -464,7 +470,7 @@
|
||||
|
||||
<td>assemblyAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether or not the .NET Assembly Analyzer should be used. </td>
|
||||
<td>Sets whether the .NET Assembly Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user