ARTEMIS-3352: remove stale cobertura plugin config

It doesnt support JDK8+, which the project has required for years, and Jacoco is now used instead.
This commit is contained in:
Robbie Gemmell 2021-06-16 16:49:52 +01:00
parent afa7209011
commit 318110b72f
1 changed files with 0 additions and 24 deletions

24
pom.xml
View File

@ -1464,18 +1464,6 @@
<artifactId>xml-maven-plugin</artifactId> <artifactId>xml-maven-plugin</artifactId>
<version>1.0</version> <version>1.0</version>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration />
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Many examples use it --> <!-- Many examples use it -->
<plugin> <plugin>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
@ -1736,18 +1724,6 @@
<reporting> <reporting>
<plugins> <plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<check />
<formats>
<format>html</format>
<format>xml</format>
</formats>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>