From 446239a5bde83085e021350e7e490ef82716305b Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 9 Oct 2016 15:39:02 -0400 Subject: [PATCH] clearly document Maven 3.1 or higher is required --- dependency-check-maven/src/site/markdown/index.md.vm | 4 ++-- src/site/markdown/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependency-check-maven/src/site/markdown/index.md.vm b/dependency-check-maven/src/site/markdown/index.md.vm index c4e5c1c2a..e199b0b59 100644 --- a/dependency-check-maven/src/site/markdown/index.md.vm +++ b/dependency-check-maven/src/site/markdown/index.md.vm @@ -1,13 +1,13 @@ Usage ====================== 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 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 -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. #set( $H = '#' ) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 81a187625..b7059a06c 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -32,7 +32,7 @@ OWASP dependency-check's core analysis engine can be used as: - [Command Line Tool](dependency-check-cli/index.html) - [Gradle Plugin](dependency-check-gradle/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) For help with dependency-check the following resource can be used: