This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 09945a1
1 parent 9f78a23 commit 09945a1 Copy full SHA for 09945a1
File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 78
78
</dependencies >
79
79
80
80
<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 >
92
81
<plugins >
93
82
<plugin >
94
83
<artifactId >maven-plugin-plugin</artifactId >
154
143
<groupId >org.jacoco</groupId >
155
144
<artifactId >jacoco-maven-plugin</artifactId >
156
145
<version >${jacoco-maven-plugin.version} </version >
146
+ <configuration >
147
+ <append >true</append >
148
+ </configuration >
157
149
<executions >
158
150
<execution >
159
151
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments