diff --git a/build-reporting/pom.xml b/build-reporting/pom.xml
index 376e09342..837fa721d 100644
--- a/build-reporting/pom.xml
+++ b/build-reporting/pom.xml
@@ -25,15 +25,6 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved.
Dependency-Check Build-Reporting
build-reporting
pom
-
-
-
- github-pages-site
- Deployment through GitHub's site deployment plugin
- ${basedir}/../target/site/${project.version}/build-reporting
-
-
-
org.owasp
diff --git a/dependency-check-ant/pom.xml b/dependency-check-ant/pom.xml
index 5ff13d544..5a1cf735a 100644
--- a/dependency-check-ant/pom.xml
+++ b/dependency-check-ant/pom.xml
@@ -28,15 +28,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
Dependency-Check Ant Task
dependency-check-ant is an Ant Task that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The task will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.
-
-
-
- github-pages-site
- Deployment through GitHub's site deployment plugin
- ${basedir}/../target/site/${project.version}/dependency-check-ant
-
-
-
diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml
index c0693602e..eb14b7060 100644
--- a/dependency-check-cli/pom.xml
+++ b/dependency-check-cli/pom.xml
@@ -28,15 +28,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
Dependency-Check Command Line
dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies. The tool will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.
-
-
-
- github-pages-site
- Deployment through GitHub's site deployment plugin
- ${basedir}/../target/site/${project.version}/dependency-check-cli
-
-
-
dependency-check-${project.version}
diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml
index 5b5dbc001..c18dd3426 100644
--- a/dependency-check-core/pom.xml
+++ b/dependency-check-core/pom.xml
@@ -28,15 +28,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
Dependency-Check Core
dependency-check-core is the engine and reporting tool used to identify and report if there are any known, publicly disclosed vulnerabilities in the scanned project's dependencies. The engine extracts meta-data from the dependencies and uses this to do fuzzy key-word matching against the Common Platfrom Enumeration (CPE), if any CPE identifiers are found the associated Common Vulnerability and Exposure (CVE) entries are added to the generated report.
-
-
-
- github-pages-site
- Deployment through GitHub's site deployment plugin
- ${basedir}/../target/site/${project.version}/dependency-check-core
-
-
-
diff --git a/dependency-check-maven/pom.xml b/dependency-check-maven/pom.xml
index d9b70a1c8..679eb5f71 100644
--- a/dependency-check-maven/pom.xml
+++ b/dependency-check-maven/pom.xml
@@ -27,15 +27,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
Dependency-Check Maven Plugin
dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.
2013
-
-
-
- github-pages-site
- Deployment through GitHub's site deployment plugin
- ${basedir}/../target/site/${project.version}/dependency-check-maven
-
-
-
3.5
diff --git a/dependency-check-plugin/pom.xml b/dependency-check-plugin/pom.xml
index 9c10d9a69..558d42854 100644
--- a/dependency-check-plugin/pom.xml
+++ b/dependency-check-plugin/pom.xml
@@ -27,15 +27,6 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
dependency-check-plugin
Dependency-Check Plugin Archetype
jar
-
-
-
- github-pages-site
- Deployment through GitHub's site deployment plugin
- ${basedir}/../target/site/${project.version}/dependency-check-plugin
-
-
-
diff --git a/dependency-check-utils/pom.xml b/dependency-check-utils/pom.xml
index 0ee48b65b..98b2acecf 100644
--- a/dependency-check-utils/pom.xml
+++ b/dependency-check-utils/pom.xml
@@ -26,16 +26,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
dependency-check-utils
Dependency-Check Utils
dependency-check-utils is a collection of common utility classes used within dependency-check that might be useful in other projects.
-
-
-
- github-pages-site
- Deployment through GitHub's site deployment plugin
- ${basedir}/../target/site/${project.version}/dependency-check-utils
-
-
-
-
org.owasp.dependencycheck.utils.*
diff --git a/pom.xml b/pom.xml
index 4e358314c..8bc4bdc01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@ Copyright (c) 2012 - Jeremy Long
gh-pages
gh-pages
- ${project.build.directory}/site/${project.version}
+ https://jeremylong.github.io/DependencyCheck/