summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-02 16:09:03 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-02 16:09:15 +0200
commit5ef37639a4341fd2863d6cd6a38da14daf7b995b (patch)
tree6dba3e30936b7087d404bafcbd63904047765b6d /pom.xml
parent5fcf6140f75e9b81ad750606c89516f5088a15dd (diff)
downloadsonarqube-5ef37639a4341fd2863d6cd6a38da14daf7b995b.tar.gz
sonarqube-5ef37639a4341fd2863d6cd6a38da14daf7b995b.zip
Fix JaCoCo inclusions
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e94e6fb3e05..75151b67c2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
<exclude>*_javassist_*</exclude>
</excludes>
<includes>
- <include>org.sonar.**</include>
+ <include>org.sonar.*</include>
</includes>
</configuration>
</plugin>