Skip to content

Commit

Permalink
Removed cobertura-m-p. Fixes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
andham committed Jan 21, 2020
1 parent e299213 commit bca18a7
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions pom.xml
Expand Up @@ -451,11 +451,6 @@
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down Expand Up @@ -821,18 +816,6 @@
</reportSets>
</plugin>
<!-- Codehaus plugins in alphabetical order -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<instrumentation>
<excludes>
<exclude>**/HelpMojo.class</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
Expand Down Expand Up @@ -868,26 +851,5 @@
</plugins>
</build>
</profile>
<profile>
<id>codecoverage</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit bca18a7

Please sign in to comment.