From a6b47c7c435c99237b8dd8bde1d33c6224250b1f Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 2 Jun 2016 19:23:51 -0400 Subject: [PATCH] clarified note --- src/site/markdown/data/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/site/markdown/data/index.md b/src/site/markdown/data/index.md index 74a2237f8..dac9b591a 100644 --- a/src/site/markdown/data/index.md +++ b/src/site/markdown/data/index.md @@ -29,4 +29,7 @@ contained within the JAR file itself, contain evidence that is used to accuratel a library. If Central cannot be reached, it is highly recommended to setup a Nexus server within your organization and to configure dependency-check to use the local Nexus server. **Note**, even with a Nexus server setup I have seen dependency-check be -re-directed to other repositories on the Internet to download the actual POM file. +re-directed to other repositories on the Internet to download the actual POM file; this +happened due to a rare circumstance where the Nexus instance used by dependency-check +was not the instance of Nexus used to build the application (i.e. the dependencies +were not actually present in the Nexus used by dependency-check).