Skip to content

Commit

Permalink
#314 Reenable Jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Ruhroth authored and ascheman committed Nov 19, 2024
1 parent 8e7e693 commit 0771ab3
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions htmlSanityCheck-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,31 +157,21 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<executions>
<!-- set arg line property for surefire -->
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<!-- <append>false</append>-->
<destFile>build/jacoco/test.exec</destFile>
<propertyName>surefireArgLine</propertyName>
</configuration>
</execution>
<!-- set arg line property for failsafe -->
<!-- <execution>-->
<!-- <id>prepare-agent-integration</id>-->
<!-- <goals>-->
<!-- <goal>prepare-agent-integration</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <append>true</append>-->
<!-- <destFile>build/jacoco/test.exec</destFile>-->
<!-- <propertyName>failsafeArgLine</propertyName>-->
<!-- </configuration>-->
<!-- </execution>-->
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 0771ab3

Please sign in to comment.