aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples/build/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.examples/build/pom.xml')
-rw-r--r--org.jacoco.examples/build/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/org.jacoco.examples/build/pom.xml b/org.jacoco.examples/build/pom.xml
index 26c6033d..fa257c26 100644
--- a/org.jacoco.examples/build/pom.xml
+++ b/org.jacoco.examples/build/pom.xml
@@ -62,12 +62,10 @@
</goals>
<configuration>
<rules>
- <!-- implementation is needed only for Maven 2 -->
- <rule implementation="org.jacoco.maven.RuleConfiguration">
+ <rule>
<element>BUNDLE</element>
<limits>
- <!-- implementation is needed only for Maven 2 -->
- <limit implementation="org.jacoco.report.check.Limit">
+ <limit>
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<minimum>0.60</minimum>