Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09945a1

Browse files
committedMay 31, 2022
Move JaCoCo append configuration
1 parent 9f78a23 commit 09945a1

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
 

‎pom.xml

+3-11
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@
7878
</dependencies>
7979

8080
<build>
81-
<pluginManagement>
82-
<plugins>
83-
<plugin>
84-
<groupId>org.jacoco</groupId>
85-
<artifactId>jacoco-maven-plugin</artifactId>
86-
<configuration>
87-
<append>true</append>
88-
</configuration>
89-
</plugin>
90-
</plugins>
91-
</pluginManagement>
9281
<plugins>
9382
<plugin>
9483
<artifactId>maven-plugin-plugin</artifactId>
@@ -154,6 +143,9 @@
154143
<groupId>org.jacoco</groupId>
155144
<artifactId>jacoco-maven-plugin</artifactId>
156145
<version>${jacoco-maven-plugin.version}</version>
146+
<configuration>
147+
<append>true</append>
148+
</configuration>
157149
<executions>
158150
<execution>
159151
<id>prepare-agent</id>

0 commit comments

Comments
 (0)
Please sign in to comment.