updated to documentation for version 1.2.2

This commit is contained in:
Jeremy Long
2014-05-10 08:48:22 -04:00
parent b61b9a6b31
commit 4f12190a63
939 changed files with 29781 additions and 20534 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2014-04-28
| Generated by Apache Maven Doxia at 2014-05-10
| 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="20140428" />
<meta name="Date-Revision-yyyymmdd" content="20140510" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check-ant - Installation</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.0/#" title="">
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.2.1/#" title="">
</a>
<span class="divider">/</span>
</li>
@@ -67,9 +67,9 @@
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-04-28</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-05-10</li>
<li id="projectVersion" class="pull-right">
Version: 1.2.0
Version: 1.2.1
</li>
</ul>
@@ -160,7 +160,7 @@
<div id="bodyColumn" class="span9" >
<h1>Installation</h1>
<p>Download dependency-check-ant from <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.2.0.jar">bintray here</a>. To install dependency-check-ant place the dependency-check-ant-1.2.0.jar into the lib directory of your Ant instalation directory. Once installed you can add the taskdef to you build.xml and add the task to a new or existing target.</p>
<p>Download dependency-check-ant from <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.2.1.jar">bintray here</a>. To install dependency-check-ant place the dependency-check-ant-1.2.1.jar into the lib directory of your Ant instalation directory. Once installed you can add the taskdef to you build.xml and add the task to a new or existing target.</p>
<p>It is important to understand that the first time this task is executed it may take 20 minutes or more as it downloads and processes the data from the National Vulnerability Database (NVD) hosted by NIST: <a class="externalLink" href="https://nvd.nist.gov">https://nvd.nist.gov</a></p>
<p>After the first batch download, as long as the task is executed at least once every seven days the update will only take a few seconds.</p>
</div>