diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-03 11:00:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-03 11:00:05 +0200 |
commit | bb94aadc9bae695b4c58e65e1c61d8d7b3a331cd (patch) | |
tree | b2d0a8b4931d61acd71102abc02a1e67cb69965e /server | |
parent | c20b2f5137c50e02a81099cf06f8505d7819de84 (diff) | |
download | sonarqube-bb94aadc9bae695b4c58e65e1c61d8d7b3a331cd.tar.gz sonarqube-bb94aadc9bae695b4c58e65e1c61d8d7b3a331cd.zip |
Revert previous jacoco change
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-server/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 288db37711c..6efe65ce18e 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -268,18 +268,6 @@ </archive> </configuration> </plugin> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <configuration> - <excludes> - <exclude>*_javassist_*</exclude> - </excludes> - <includes> - <include>org.sonar.server.*</include> - </includes> - </configuration> - </plugin> </plugins> </build> |