Skip to content

Commit

Permalink
mod: jacoco exclude (modules/functional-tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwtodd committed Nov 4, 2016
1 parent 6e37eef commit 9a7c68c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -390,13 +390,32 @@ http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version>
<configuration>
<excludes>
<exclude>com/intuit/wasabi/tests/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
<id>post-unit-test</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 9a7c68c

Please sign in to comment.