mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-22 08:18:45 +02:00
version 1.2.9 of documentation
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Sun Dec 07 07:11:21 EST 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Fri Mar 06 06:10:22 EST 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>org.owasp.dependencycheck.maven (Dependency-Check Maven Plugin 1.2.7 API)</title>
|
||||
<meta name="date" content="2014-12-07">
|
||||
<title>org.owasp.dependencycheck.maven (Dependency-Check Maven Plugin 1.2.9 API)</title>
|
||||
<meta name="date" content="2015-03-06">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="org.owasp.dependencycheck.maven (Dependency-Check Maven Plugin 1.2.7 API)";
|
||||
parent.document.title="org.owasp.dependencycheck.maven (Dependency-Check Maven Plugin 1.2.9 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -85,32 +85,36 @@
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/maven/DependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">DependencyCheckMojo</a></td>
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/maven/AggregateMojo.html" title="class in org.owasp.dependencycheck.maven">AggregateMojo</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Maven Plugin that checks project dependencies to see if they have any known published vulnerabilities.</div>
|
||||
<div class="block">Maven Plugin that checks project dependencies and the dependencies of all child modules to see if they have any known published
|
||||
vulnerabilities.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></td>
|
||||
<td class="colLast"> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/maven/CheckMojo.html" title="class in org.owasp.dependencycheck.maven">CheckMojo</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Maven Plugin that checks the project dependencies to see if they have any known published vulnerabilities.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/maven/Engine.html" title="class in org.owasp.dependencycheck.maven">Engine</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A modified version of the core engine specifically designed to persist some data between multiple executions of a
|
||||
multi-module Maven project.</div>
|
||||
<div class="block">A modified version of the core engine specifically designed to persist some
|
||||
data between multiple executions of a multi-module Maven project.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/maven/HelpMojo.html" title="class in org.owasp.dependencycheck.maven">HelpMojo</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Display help information on dependency-check-maven.<br/>
|
||||
<div class="block">Display help information on dependency-check-maven.<br>
|
||||
Call <code>mvn dependency-check:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../../org/owasp/dependencycheck/maven/ReportAggregationMojo.html" title="class in org.owasp.dependencycheck.maven">ReportAggregationMojo</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">
|
||||
This is an abstract reporting mojo that enables report aggregation.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
@@ -172,6 +176,6 @@
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
<p class="legalCopy"><small>Copyright© 2012-14 Jeremy Long. All Rights Reserved.</small></p>
|
||||
<p class="legalCopy"><small>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user