diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-02 16:09:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-02 16:09:15 +0200 |
commit | 5ef37639a4341fd2863d6cd6a38da14daf7b995b (patch) | |
tree | 6dba3e30936b7087d404bafcbd63904047765b6d /pom.xml | |
parent | 5fcf6140f75e9b81ad750606c89516f5088a15dd (diff) | |
download | sonarqube-5ef37639a4341fd2863d6cd6a38da14daf7b995b.tar.gz sonarqube-5ef37639a4341fd2863d6cd6a38da14daf7b995b.zip |
Fix JaCoCo inclusions
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ <exclude>*_javassist_*</exclude> </excludes> <includes> - <include>org.sonar.**</include> + <include>org.sonar.*</include> </includes> </configuration> </plugin> |