updated documentation

Former-commit-id: a41eadec0c691ce907b64a688a60325dd61f9ae7
This commit is contained in:
Jeremy Long
2015-04-19 08:14:55 -04:00
parent 09122be7be
commit 4a2309a3f8
15 changed files with 66 additions and 69 deletions

View File

@@ -0,0 +1,11 @@
Central Analyzer
==============
Dependency-check includes an analyzer that will check for the Maven GAV
(Group/Artifact/Version) information for artifacts in the scanned area. By
default the information comes from [Maven Central][1]. If the artifact's hash
is found in the configured Nexus repository, its GAV is recorded as an Identifier
and the Group is collected as Vendor evidence, the Artifact is collected as Product
evidence, and the Version is collected as Version evidence.
[1]: http://search.maven.org/ "Maven Central"