updated so that jacoco results can be sent to codacy

This commit is contained in:
Jeremy Long
2017-05-03 06:28:30 -04:00
parent 3ff838a2cc
commit 567022a9b7
5 changed files with 58 additions and 1 deletions

View File

@@ -24,7 +24,15 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved.
</parent>
<artifactId>build-reporting</artifactId>
<!-- 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>
<dependency>
<groupId>org.owasp</groupId>