Skip to content

Commit bca47c5

Browse files
Remove 2 unused Maven plugins
Cobertura can be used to calculate test coverage, but I don't think that we are using it any more. I at least cannot find any usage of this plugin. Docs can be found here: https://www.mojohaus.org/cobertura-maven-plugin/ Build Helper Maven Plugin provides several build utilities, but I also can't find any place where we actually use the plugin. Docs: https://www.mojohaus.org/build-helper-maven-plugin/ Signed-off-by: Florian Hockmann <florian.hockmann@gdata.de>
1 parent f72db11 commit bca47c5

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -493,24 +493,11 @@
493493
<artifactId>maven-gpg-plugin</artifactId>
494494
<version>${maven.gpg.version}</version>
495495
</plugin>
496-
<plugin>
497-
<groupId>org.codehaus.mojo</groupId>
498-
<artifactId>build-helper-maven-plugin</artifactId>
499-
<version>3.5.0</version>
500-
</plugin>
501496
<plugin>
502497
<groupId>org.codehaus.mojo</groupId>
503498
<artifactId>exec-maven-plugin</artifactId>
504499
<version>3.2.0</version>
505500
</plugin>
506-
<plugin>
507-
<groupId>org.codehaus.mojo</groupId>
508-
<artifactId>cobertura-maven-plugin</artifactId>
509-
<version>2.7</version>
510-
<configuration>
511-
<aggregate>true</aggregate>
512-
</configuration>
513-
</plugin>
514501
<plugin>
515502
<artifactId>maven-antrun-plugin</artifactId>
516503
<version>3.1.0</version>

0 commit comments

Comments
 (0)