mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
fix site configuration
This commit is contained in:
@@ -25,15 +25,6 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved.
|
|||||||
<name>Dependency-Check Build-Reporting</name>
|
<name>Dependency-Check Build-Reporting</name>
|
||||||
<artifactId>build-reporting</artifactId>
|
<artifactId>build-reporting</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>github-pages-site</id>
|
|
||||||
<name>Deployment through GitHub's site deployment plugin</name>
|
|
||||||
<url>${basedir}/../target/site/${project.version}/build-reporting</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
<!-- end copy -->
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.owasp</groupId>
|
<groupId>org.owasp</groupId>
|
||||||
|
|||||||
@@ -28,15 +28,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
|
|||||||
|
|
||||||
<name>Dependency-Check Ant Task</name>
|
<name>Dependency-Check Ant Task</name>
|
||||||
<description>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.</description>
|
<description>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.</description>
|
||||||
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>github-pages-site</id>
|
|
||||||
<name>Deployment through GitHub's site deployment plugin</name>
|
|
||||||
<url>${basedir}/../target/site/${project.version}/dependency-check-ant</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
<!-- end copy -->
|
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|||||||
@@ -28,15 +28,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
|
|||||||
|
|
||||||
<name>Dependency-Check Command Line</name>
|
<name>Dependency-Check Command Line</name>
|
||||||
<description>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.</description>
|
<description>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.</description>
|
||||||
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>github-pages-site</id>
|
|
||||||
<name>Deployment through GitHub's site deployment plugin</name>
|
|
||||||
<url>${basedir}/../target/site/${project.version}/dependency-check-cli</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
<!-- end copy -->
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>dependency-check-${project.version}</finalName>
|
<finalName>dependency-check-${project.version}</finalName>
|
||||||
<resources>
|
<resources>
|
||||||
|
|||||||
@@ -28,15 +28,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
|||||||
|
|
||||||
<name>Dependency-Check Core</name>
|
<name>Dependency-Check Core</name>
|
||||||
<description>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.</description>
|
<description>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.</description>
|
||||||
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>github-pages-site</id>
|
|
||||||
<name>Deployment through GitHub's site deployment plugin</name>
|
|
||||||
<url>${basedir}/../target/site/${project.version}/dependency-check-core</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
<!-- end copy -->
|
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|||||||
@@ -27,15 +27,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<name>Dependency-Check Maven Plugin</name>
|
<name>Dependency-Check Maven Plugin</name>
|
||||||
<description>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.</description>
|
<description>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.</description>
|
||||||
<inceptionYear>2013</inceptionYear>
|
<inceptionYear>2013</inceptionYear>
|
||||||
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>github-pages-site</id>
|
|
||||||
<name>Deployment through GitHub's site deployment plugin</name>
|
|
||||||
<url>${basedir}/../target/site/${project.version}/dependency-check-maven</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
<!-- end copy -->
|
|
||||||
<properties>
|
<properties>
|
||||||
<version.maven-plugin-plugin>3.5</version.maven-plugin-plugin>
|
<version.maven-plugin-plugin>3.5</version.maven-plugin-plugin>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@@ -27,15 +27,6 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
|
|||||||
<artifactId>dependency-check-plugin</artifactId>
|
<artifactId>dependency-check-plugin</artifactId>
|
||||||
<name>Dependency-Check Plugin Archetype</name>
|
<name>Dependency-Check Plugin Archetype</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>github-pages-site</id>
|
|
||||||
<name>Deployment through GitHub's site deployment plugin</name>
|
|
||||||
<url>${basedir}/../target/site/${project.version}/dependency-check-plugin</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
<!-- end copy -->
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -26,16 +26,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
|
|||||||
<artifactId>dependency-check-utils</artifactId>
|
<artifactId>dependency-check-utils</artifactId>
|
||||||
<name>Dependency-Check Utils</name>
|
<name>Dependency-Check Utils</name>
|
||||||
<description>dependency-check-utils is a collection of common utility classes used within dependency-check that might be useful in other projects.</description>
|
<description>dependency-check-utils is a collection of common utility classes used within dependency-check that might be useful in other projects.</description>
|
||||||
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>github-pages-site</id>
|
|
||||||
<name>Deployment through GitHub's site deployment plugin</name>
|
|
||||||
<url>${basedir}/../target/site/${project.version}/dependency-check-utils</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
<!-- end copy -->
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>
|
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -145,7 +145,7 @@ Copyright (c) 2012 - Jeremy Long
|
|||||||
<site>
|
<site>
|
||||||
<id>gh-pages</id>
|
<id>gh-pages</id>
|
||||||
<name>gh-pages</name>
|
<name>gh-pages</name>
|
||||||
<url>${project.build.directory}/site/${project.version}</url>
|
<url>https://jeremylong.github.io/DependencyCheck/</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<prerequisites>
|
<prerequisites>
|
||||||
|
|||||||
Reference in New Issue
Block a user