From 61976602925b4678133894b1b109bd4f2dbe9aa6 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 13 Nov 2017 06:12:10 -0500 Subject: [PATCH] updated site to link to the archetype --- src/site/markdown/modules.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/modules.md b/src/site/markdown/modules.md index 012988c08..ab673d064 100644 --- a/src/site/markdown/modules.md +++ b/src/site/markdown/modules.md @@ -10,10 +10,16 @@ build and reporting process: - [Maven Plugin](dependency-check-maven/index.html) - [SBT Plugin](https://github.com/albuch/sbt-dependency-check) -In addition, dependency-check can be executed from the [command line](dependency-check-cli/index.html). +In addition, dependency-check can be executed from the +[command line](dependency-check-cli/index.html). + +Extending dependency-check +-------------------------- +A (dependency-check-plugin maven archetype](dependency-check-plugin/index.html] +has been created to assist with creating your own analyzers. Core Engine -------------------- +-------------------------- Information about the core engine and the utilities used can be found: - [Core](dependency-check-core/index.html)