mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
version 1.2.9 of documentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!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 - Plugin Documentation</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.7/#" title="">
|
||||
<a href="../../../../../../target/site/1.2.9/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -67,9 +67,9 @@
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
@@ -98,7 +98,7 @@
|
||||
Configuration</a>
|
||||
</li>
|
||||
<li class="nav-header">Project Documentation</li>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="project-info.html" title="Project Information">
|
||||
@@ -247,11 +247,17 @@
|
||||
<th>Report?</th>
|
||||
<th>Description</th></tr>
|
||||
<tr class="b">
|
||||
<td><a href="aggregate-mojo.html">dependency-check:aggregate</a></td>
|
||||
<td>Yes</td>
|
||||
<td>Maven Plugin that checks project dependencies and the dependencies
|
||||
of all child modules to see if they have any known published
|
||||
vulnerabilities.</td></tr>
|
||||
<tr class="a">
|
||||
<td><a href="check-mojo.html">dependency-check:check</a></td>
|
||||
<td>Yes</td>
|
||||
<td>Maven Plugin that checks project dependencies to see if they have
|
||||
any known published vulnerabilities.</td></tr>
|
||||
<tr class="a">
|
||||
<td>Maven Plugin that checks the project dependencies to see if they
|
||||
have any known published vulnerabilities.</td></tr>
|
||||
<tr class="b">
|
||||
<td><a href="help-mojo.html">dependency-check:help</a></td>
|
||||
<td>No</td>
|
||||
<td>Display help information on dependency-check-maven.<br />
|
||||
@@ -263,7 +269,7 @@ Call <code>mvn dependency-check:help -Ddetail=true
|
||||
<table border="0" class="table table-striped">
|
||||
<tr class="a">
|
||||
<td>Maven</td>
|
||||
<td>3.0</td></tr>
|
||||
<td>2.0</td></tr>
|
||||
<tr class="b">
|
||||
<td>JDK</td>
|
||||
<td>1.6</td></tr>
|
||||
@@ -286,7 +292,7 @@ Call <code>mvn dependency-check:help -Ddetail=true
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<version>1.2.9</version>
|
||||
</plugin>
|
||||
...
|
||||
</plugins>
|
||||
@@ -296,7 +302,7 @@ Call <code>mvn dependency-check:help -Ddetail=true
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<version>1.2.9</version>
|
||||
</plugin>
|
||||
...
|
||||
</plugins>
|
||||
@@ -308,7 +314,7 @@ Call <code>mvn dependency-check:help -Ddetail=true
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<version>1.2.9</version>
|
||||
</plugin>
|
||||
...
|
||||
</plugins>
|
||||
@@ -326,7 +332,7 @@ Call <code>mvn dependency-check:help -Ddetail=true
|
||||
<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