mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
clearly document Maven 3.1 or higher is required
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
Usage
|
Usage
|
||||||
======================
|
======================
|
||||||
Dependency-check-maven is very simple to utilize and can be used as a stand-alone
|
Dependency-check-maven is very simple to utilize and can be used as a stand-alone
|
||||||
plugin or as part of the site plugin.
|
plug-in or as part of the site plug-in. The plug-in requires Maven 3.1 or higher.
|
||||||
|
|
||||||
It is important to understand that the first time this task is executed it may
|
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
|
take 20 minutes or more as it downloads and processes the data from the National
|
||||||
Vulnerability Database (NVD) hosted by NIST: https://nvd.nist.gov
|
Vulnerability Database (NVD) hosted by NIST: https://nvd.nist.gov
|
||||||
|
|
||||||
After the first batch download, as long as the plugin is executed at least once every
|
After the first batch download, as long as the plug-in is executed at least once every
|
||||||
seven days the update will only take a few seconds.
|
seven days the update will only take a few seconds.
|
||||||
|
|
||||||
#set( $H = '#' )
|
#set( $H = '#' )
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ OWASP dependency-check's core analysis engine can be used as:
|
|||||||
- [Command Line Tool](dependency-check-cli/index.html)
|
- [Command Line Tool](dependency-check-cli/index.html)
|
||||||
- [Gradle Plugin](dependency-check-gradle/index.html)
|
- [Gradle Plugin](dependency-check-gradle/index.html)
|
||||||
- [Jenkins Plugin](dependency-check-jenkins/index.html)
|
- [Jenkins Plugin](dependency-check-jenkins/index.html)
|
||||||
- [Maven Plugin](dependency-check-maven/index.html)
|
- [Maven Plugin](dependency-check-maven/index.html) - Maven 3.1 or newer required
|
||||||
- [SBT Plugin](https://github.com/albuch/sbt-dependency-check)
|
- [SBT Plugin](https://github.com/albuch/sbt-dependency-check)
|
||||||
|
|
||||||
For help with dependency-check the following resource can be used:
|
For help with dependency-check the following resource can be used:
|
||||||
|
|||||||
Reference in New Issue
Block a user