mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
version 1.2.9 of documentation
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<!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-maven - Configuration</title>
|
||||
<title>dependency-check-maven - Goals</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
|
||||
<link rel="stylesheet" href="./css/site.css" />
|
||||
<link rel="stylesheet" href="./css/print.css" media="print" />
|
||||
@@ -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>
|
||||
@@ -63,13 +63,13 @@
|
||||
dependency-check</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
<li class="active ">Configuration</li>
|
||||
<li class="active ">Goals</li>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
@@ -152,7 +152,36 @@
|
||||
|
||||
<div id="bodyColumn" class="span9" >
|
||||
|
||||
<h1>Configuration</h1>
|
||||
<h1>Goals</h1>
|
||||
|
||||
<table border="0" class="table table-striped">
|
||||
<thead>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<th>Goal </th>
|
||||
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>aggregate </td>
|
||||
|
||||
<td>Runs dependency-check against the child projects and aggregates the results into a single report.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>check </td>
|
||||
|
||||
<td>Runs dependency-check against the project and generates a report.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h1>Configuration</h1>
|
||||
<p>The following properties can be set on the dependency-check-maven plugin.</p>
|
||||
|
||||
<table border="0" class="table table-striped">
|
||||
@@ -173,9 +202,9 @@
|
||||
|
||||
<td>aggregate </td>
|
||||
|
||||
<td>Sets whether report aggregation will be performed for multi-module site reports. This option only affects the report generation when configured within the reporting section. </td>
|
||||
<td>Deprecated - use the aggregate goal instead. </td>
|
||||
|
||||
<td>false</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
@@ -306,15 +335,24 @@
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>nexusAnalyzerEnabled </td>
|
||||
<td>centralAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether Nexus Analyzer will be used. </td>
|
||||
<td>Sets whether Central Analyzer will be used. If this analyzer is being disabled there is a good chance you also want to disable the Nexus Analyzer (see below). </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>nexusAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether Nexus Analyzer will be used. This analyzer is superceded by the Central Analyzer; however, you can configure this to run against a Nexus Pro installation. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>nexusUrl </td>
|
||||
|
||||
<td>Defines the Nexus Pro Server URL. If not set the Nexus Analyzer will be disabled. </td>
|
||||
@@ -322,7 +360,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>nexusUsesProxy </td>
|
||||
|
||||
@@ -331,7 +369,7 @@
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>nuspecAnalyzerEnabled </td>
|
||||
|
||||
@@ -340,7 +378,7 @@
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>assemblyAnalyzerEnabled </td>
|
||||
|
||||
@@ -349,7 +387,7 @@
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>pathToMono </td>
|
||||
|
||||
@@ -521,7 +559,7 @@
|
||||
<footer>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<p >Copyright © 2013–2014
|
||||
<p >Copyright © 2013–2015
|
||||
<a href="http://www.owasp.org">OWASP</a>.
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user