Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
remove cobertura instrumentation from functional test module
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Sep 26, 2012
1 parent 99084af commit cf2fe5a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions functional-test/pom.xml
Expand Up @@ -243,24 +243,6 @@
</executions>
</plugin>

<!--We don't want cobertura here-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<instrumentation>
<excludes>
<exclude>**/*</exclude>
</excludes>
</instrumentation>
<check>
<totalBranchRate>0</totalBranchRate>
<totalLineRate>0</totalLineRate>
<haltOnFailure>false</haltOnFailure>
</check>
</configuration>
</plugin>

<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.11</version>
Expand Down Expand Up @@ -391,6 +373,24 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>

<!--We don't want cobertura here-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<instrumentation>
<excludes>
<exclude>**/*</exclude>
</excludes>
</instrumentation>
<check>
<totalBranchRate>0</totalBranchRate>
<totalLineRate>0</totalLineRate>
<haltOnFailure>false</haltOnFailure>
</check>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit cf2fe5a

Please sign in to comment.