Skip to content

Commit 8ebb4ed

Browse files
committed
Remove Cobertura (fix #19)
1 parent 3128243 commit 8ebb4ed

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -402,16 +402,6 @@
402402
<artifactId>maven-site-plugin</artifactId>
403403
<version>3.9.1</version>
404404
</plugin>
405-
<plugin>
406-
<!-- used when running cobertura outside of the 'site' plugin call. -->
407-
<groupId>org.codehaus.mojo</groupId>
408-
<artifactId>cobertura-maven-plugin</artifactId>
409-
<version>2.7</version>
410-
<configuration>
411-
<outputDirectory>${cobertura.outputDirectory}</outputDirectory>
412-
<check/>
413-
</configuration>
414-
</plugin>
415405
<plugin>
416406
<groupId>org.apache.maven.plugins</groupId>
417407
<artifactId>maven-javadoc-plugin</artifactId>
@@ -490,17 +480,6 @@
490480
<targetJdk>1.7</targetJdk>
491481
</configuration>
492482
</plugin>
493-
<plugin>
494-
<groupId>org.codehaus.mojo</groupId>
495-
<artifactId>cobertura-maven-plugin</artifactId>
496-
<version>2.7</version>
497-
<configuration>
498-
<!-- seems we need something here when running 'mvn site' -->
499-
<check>
500-
<haltOnFailure>false</haltOnFailure>
501-
</check>
502-
</configuration>
503-
</plugin>
504483
<plugin>
505484
<groupId>org.codehaus.mojo</groupId>
506485
<artifactId>jdepend-maven-plugin</artifactId>

0 commit comments

Comments
 (0)