]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3536 Make JaCoco the default coverage engine for Sonar
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 26 Jun 2012 12:54:18 +0000 (14:54 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Tue, 26 Jun 2012 12:54:18 +0000 (14:54 +0200)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java

index 95896ed6c807c014aa6ab4323844b7e1abac1a56..86cb29c81a751bd45462865aed122b631b0fcd87 100644 (file)
@@ -123,7 +123,7 @@ import java.util.List;
     category = CoreProperties.CATEGORY_GENERAL),
   @Property(
     key = CoreProperties.CORE_COVERAGE_PLUGIN_PROPERTY,
-    defaultValue = "cobertura",
+    defaultValue = "jacoco",
     name = "Code coverage plugin",
     description = "Key of the code coverage plugin to use.",
     project = true,