summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2015-10-15 17:44:32 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2015-10-15 17:44:32 +0200
commit180086c6a58dd1d8c9f08a8caa4bb025585a2ab6 (patch)
tree7a6d97bcca7eb46ef4e247aeed79c75b04660aaf /pom.xml
parentd92562837d679f724b01c2add6768941e7bbe35c (diff)
downloadsonarqube-180086c6a58dd1d8c9f08a8caa4bb025585a2ab6.tar.gz
sonarqube-180086c6a58dd1d8c9f08a8caa4bb025585a2ab6.zip
Add org.sonarqube.* to Jacoco configuration
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3a00ac5d9e0..7f9a0fbf8e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,6 +191,7 @@
</excludes>
<includes>
<include>org.sonar.*</include>
+ <include>org.sonarqube.*</include>
</includes>
</configuration>
</plugin>