mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-01 04:34:45 +02:00
version 1.2.2 of project documentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2014-05-10
|
||||
| Generated by Apache Maven Doxia at 2014-06-22
|
||||
| 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="20140510" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20140622" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check - Nexus Analyzer</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
|
||||
@@ -62,9 +62,9 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-05-10</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-06-22</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -113,12 +113,41 @@
|
||||
<a href="SampleReport.html" title="Sample Report">
|
||||
<i class="none"></i>
|
||||
Sample Report</a>
|
||||
</li>
|
||||
<li class="nav-header">File Type Analyzers</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="archive-analyzer.html" title="Archive Analyzer">
|
||||
<i class="none"></i>
|
||||
Archive Analyzer</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="jar-analyzer.html" title="Jar Analyzer">
|
||||
<i class="none"></i>
|
||||
Jar Analyzer</a>
|
||||
</li>
|
||||
|
||||
<li class="active">
|
||||
|
||||
<a href="#"><i class="none"></i>Nexus Analyzer</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="assembly-analyzer.html" title="Assembly Analyzer">
|
||||
<i class="none"></i>
|
||||
Assembly Analyzer</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="nuspec-analyzer.html" title="Nuspec Analyzer">
|
||||
<i class="none"></i>
|
||||
Nuspec Analyzer</a>
|
||||
</li>
|
||||
<li class="nav-header">Modules</li>
|
||||
|
||||
<li>
|
||||
@@ -198,7 +227,7 @@
|
||||
<div id="bodyColumn" class="span9" >
|
||||
|
||||
<h1>Nexus Analyzer</h1>
|
||||
<p>Dependency Check includes an analyzer which will check for the Maven GAV (Group/Artifact/Version) information for artifacts in the scanned area. By default the information comes from <a class="externalLink" href="http://search.maven.org/" title="Maven Central">Maven Central</a>, but can be configured to use a local repository if necessary. If the artifact’s hash is found in the configured Nexus repository, its GAV is recorded as an Identifier and the Group is collected as Vendor evidence, the Artifact is collected as Product evidence, and the Version is collected as Version evidence.</p>
|
||||
<p>Dependency-check includes an analyzer that will check for the Maven GAV (Group/Artifact/Version) information for artifacts in the scanned area. By default the information comes from <a class="externalLink" href="http://search.maven.org/" title="Maven Central">Maven Central</a>, but can be configured to use a local repository if necessary. If the artifact’s hash is found in the configured Nexus repository, its GAV is recorded as an Identifier and the Group is collected as Vendor evidence, the Artifact is collected as Product evidence, and the Version is collected as Version evidence.</p>
|
||||
<div class="section">
|
||||
<h2>Default Configuration<a name="Default_Configuration"></a></h2>
|
||||
<p>By default, the Nexus analyzer uses the <a class="externalLink" href="https://repository.sonatype.org/" title="Sonatype Nexus Repository">Sonatype Nexus Repository</a> to search for SHA-1 hashes of dependencies. If the proxy is configured for Dependency Check, that proxy is used in order to connect to the Nexus Central repository. So if you’re using <tt>--proxyurl</tt> on the command-line, the <tt>proxyUrl</tt> setting in the Maven plugin, or the <tt>proxyUrl</tt> attribute in the Ant task, that proxy will be used by default. Also, the proxy port, user, and password configured globally are used as well.</p></div>
|
||||
|
||||
Reference in New Issue
Block a user