Skip to content

Commit

Permalink
Revert back to pluginManagement and plugin
Browse files Browse the repository at this point in the history
- Revert back to using the pluginManagement and the agent in the plugin
- Remove extra line feeds at closing tags
- Remove jacoco plugin version in the aggregateReport
  • Loading branch information
tsande16 committed Jan 16, 2025
1 parent 7319f57 commit 70c4143
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,11 @@
</repositories>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin.version}</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down

0 comments on commit 70c4143

Please sign in to comment.