Skip to content

Commit

Permalink
Add caching back
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 1, 2024
1 parent 307bcdb commit 4660041
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version> <!-- Use the latest version available -->
<executions>
<!--<execution>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
Expand All @@ -147,6 +147,7 @@
<phase>verify</phase>
<goals>
<goal>merge</goal>
<goal>report-aggregate</goal>
</goals>
<configuration>
<fileSets>
Expand All @@ -159,18 +160,6 @@
</fileSets>
<destFile>${project.build.directory}/jacoco-merged.exec</destFile>
</configuration>
</execution>-->
<execution>
<phase>test</phase>
<goals>
<goal>report-aggregate</goal>
</goals>
<configuration>
<dataFileIncludes>
<dataFileInclude>**/jacoco.exec</dataFileInclude>
</dataFileIncludes>
<outputDirectory>${project.reporting.outputDirectory}/jacoco-aggregate</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 4660041

Please sign in to comment.