fix site configuration

This commit is contained in:
Jeremy Long
2017-07-02 06:38:20 -04:00
parent c3b5d2f620
commit db135f8e11
8 changed files with 1 additions and 65 deletions

View File

@@ -26,16 +26,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<artifactId>dependency-check-utils</artifactId>
<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>
<!-- 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>
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>
</properties>