Skip to content

Commit

Permalink
Merge jacoco-maven-plugin's executions to avoid build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 20, 2022
1 parent 6a56a7d commit 5a7fe20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
</fileSets>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<executions>
<execution>
<id>report</id>
<phase>prepare-package</phase>
Expand Down

0 comments on commit 5a7fe20

Please sign in to comment.