mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +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-maven – Goals</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 ">Goals</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>
|
||||
@@ -274,7 +271,7 @@
|
||||
|
||||
<td>skipTestScope </td>
|
||||
|
||||
<td>Should be skip analysis for artifacts with Test Scope </td>
|
||||
<td>Skip analysis for artifacts with Test Scope </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
@@ -283,7 +280,7 @@
|
||||
|
||||
<td>skipProvidedScope </td>
|
||||
|
||||
<td>Should be skip analysis for artifacts with Provided Scope </td>
|
||||
<td>Skip analysis for artifacts with Provided Scope </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
@@ -292,7 +289,7 @@
|
||||
|
||||
<td>skipRuntimeScope </td>
|
||||
|
||||
<td>Should be skip analysis for artifacts with Runtime Scope </td>
|
||||
<td>Skip analysis for artifacts with Runtime Scope </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
@@ -305,6 +302,15 @@
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<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>
|
||||
@@ -391,7 +397,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>
|
||||
@@ -400,7 +406,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>
|
||||
@@ -409,7 +415,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>
|
||||
@@ -418,7 +424,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>
|
||||
@@ -427,7 +433,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>
|
||||
@@ -436,7 +442,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>
|
||||
@@ -445,7 +451,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>
|
||||
@@ -454,7 +460,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>
|
||||
@@ -463,7 +469,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>
|
||||
@@ -472,7 +478,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>
|
||||
@@ -623,7 +629,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<h1>Proxy Configuration</h1>
|
||||
<p>Use <a class="externalLink" href="https://maven.apache.org/settings.html#Proxies">Maven’s settings</a> to configure a proxy server. If multiple proxies are configured in the Maven settings file you must tell dependency-check which proxy to use with the following property:</p>
|
||||
<p>Use <a class="externalLink" href="https://maven.apache.org/settings.html#Proxies">Maven’s settings</a> to configure a proxy server. Please see the dependency-check <a href="../data/proxy.html">proxy configuration</a> page for additional problem solving techniques. If multiple proxies are configured in the Maven settings file you must tell dependency-check which proxy to use with the following property:</p>
|
||||
|
||||
<table border="0" class="table table-striped">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user