Skip to content

Commit

Permalink
Merge pull request #311 from ngageoint/jacoco-fix
Browse files Browse the repository at this point in the history
Jacoco fix
  • Loading branch information
chrisbennight committed Apr 7, 2015
2 parents f4f3deb + 07bcc36 commit 41329fb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@
<goal>prepare-agent</goal>
</goals>
<configuration>
<includes>
<include>mil/nga/giat/geowave/**</include>
</includes>
<destFile>${jacoco.ut.reportPath}</destFile>
<propertyName>jacoco.surefire.argline</propertyName>
</configuration>
Expand All @@ -386,6 +389,9 @@
<goal>prepare-agent</goal>
</goals>
<configuration>
<includes>
<include>mil/nga/giat/geowave/**</include>
</includes>
<destFile>${jacoco.it.reportPath}</destFile>
<propertyName>jacoco.failsafe.argline</propertyName>
</configuration>
Expand All @@ -398,7 +404,7 @@
</goals>
<configuration>
<dataFile>${jacoco.it.reportPath}</dataFile>
<outputDirectory>${ut.reportPath}</outputDirectory>
<outputDirectory>${it.reportPath}</outputDirectory>
</configuration>
</execution>
</executions>
Expand All @@ -425,6 +431,7 @@
<argLine>${test.args} ${jacoco.surefire.argline}</argLine>
<excludes>
<exclude>**IT.java</exclude>
<exclude>**/*ITSuite.java</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 41329fb

Please sign in to comment.