Skip to content

Commit e4629e6

Browse files
Merge branch '14.0.x' into master
2 parents e10108a + f1040ed commit e4629e6

File tree

1 file changed

+0
-70
lines changed

1 file changed

+0
-70
lines changed

pom.xml

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -303,76 +303,6 @@
303303

304304
<build>
305305
<plugins>
306-
<plugin>
307-
<groupId>org.jacoco</groupId>
308-
<artifactId>jacoco-maven-plugin</artifactId>
309-
<executions>
310-
<execution>
311-
<id>prepare-agent</id>
312-
<goals>
313-
<goal>prepare-agent</goal>
314-
</goals>
315-
</execution>
316-
<execution>
317-
<id>prepare-agent-it</id>
318-
<goals>
319-
<goal>prepare-agent-integration</goal>
320-
</goals>
321-
</execution>
322-
<execution>
323-
<id>check</id>
324-
<goals>
325-
<goal>check</goal>
326-
</goals>
327-
<configuration>
328-
<rules>
329-
<rule>
330-
<element>BUNDLE</element>
331-
<limits>
332-
<limit>
333-
<counter>INSTRUCTION</counter>
334-
<value>COVEREDRATIO</value>
335-
<minimum>0.70</minimum>
336-
</limit>
337-
<limit>
338-
<counter>BRANCH</counter>
339-
<value>COVEREDRATIO</value>
340-
<minimum>0.50</minimum>
341-
</limit>
342-
<limit>
343-
<counter>COMPLEXITY</counter>
344-
<value>COVEREDRATIO</value>
345-
<minimum>0.50</minimum>
346-
</limit>
347-
<limit>
348-
<counter>LINE</counter>
349-
<value>COVEREDRATIO</value>
350-
<minimum>0.50</minimum>
351-
</limit>
352-
<limit>
353-
<counter>METHOD</counter>
354-
<value>COVEREDRATIO</value>
355-
<minimum>0.80</minimum>
356-
</limit>
357-
<limit>
358-
<counter>CLASS</counter>
359-
<value>COVEREDRATIO</value>
360-
<minimum>0.80</minimum>
361-
</limit>
362-
</limits>
363-
</rule>
364-
</rules>
365-
</configuration>
366-
</execution>
367-
<execution>
368-
<id>report</id>
369-
<phase>test</phase>
370-
<goals>
371-
<goal>report</goal>
372-
</goals>
373-
</execution>
374-
</executions>
375-
</plugin>
376306
<plugin>
377307
<groupId>org.apache.maven.plugins</groupId>
378308
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)