Skip to content

Commit

Permalink
Merge pull request #28714 from gsmet/merge-jacoco-maven-plugin
Browse files Browse the repository at this point in the history
Merge jacoco-maven-plugin's executions to avoid build warning
  • Loading branch information
gsmet authored Oct 21, 2022
2 parents 041e742 + 5a7fe20 commit fa70ba4
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 fa70ba4

Please sign in to comment.