aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2019-12-01 11:42:09 +0000
committerAndreas Beeker <kiwiwings@apache.org>2019-12-01 11:42:09 +0000
commit2a4ae3a1454b77bd6725827f4ece1f27e9e9e244 (patch)
tree49021983f6434f03a1c7b68cf2168462bcfb1265 /sonar
parenta17a9168b112a1d7df99d3aa4bc054528c680133 (diff)
downloadpoi-2a4ae3a1454b77bd6725827f4ece1f27e9e9e244.tar.gz
poi-2a4ae3a1454b77bd6725827f4ece1f27e9e9e244.zip
Update Jacoco version and activate it again in the Sonar run
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 91e5062ec6..df104510c9 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -136,7 +136,21 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.2</version>
+ <version>0.8.5</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>report</id>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>report</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>