File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 223
223
224
224
225
225
<!-- JACOCO added for code coverage -->
226
- <!-- <plugin> -- >
227
- <!-- <groupId>org.jacoco</groupId> -- >
228
- <!-- <artifactId>jacoco-maven-plugin</artifactId> -- >
229
- <!-- <version>0.7.9</version> -- >
230
- <!-- <executions> -- >
231
- <!-- <execution> -- >
232
- <!-- <id>pre-unit-test</id> -- >
233
- <!-- <goals> -- >
234
- <!-- <goal>prepare-agent</goal> -- >
235
- <!-- </goals> -- >
236
- <!-- <configuration> -- >
237
- <!-- <propertyName>surefireArgLine</propertyName> -- >
238
- <!-- </configuration> -- >
239
- <!-- </execution> -- >
240
- <!-- <execution> -- >
241
- <!-- <id>post-unit-test</id> -- >
242
- <!-- <phase>test</phase> -- >
243
- <!-- <goals> -- >
244
- <!-- <goal>report</goal> -- >
245
- <!-- </goals> -- >
246
- <!-- </execution> -- >
247
- <!-- </executions> -- >
248
- <!-- </plugin> -- >
226
+ <plugin >
227
+ <groupId >org.jacoco</groupId >
228
+ <artifactId >jacoco-maven-plugin</artifactId >
229
+ <version >0.7.9</version >
230
+ <executions >
231
+ <execution >
232
+ <id >pre-unit-test</id >
233
+ <goals >
234
+ <goal >prepare-agent</goal >
235
+ </goals >
236
+ <configuration >
237
+ <propertyName >surefireArgLine</propertyName >
238
+ </configuration >
239
+ </execution >
240
+ <execution >
241
+ <id >post-unit-test</id >
242
+ <phase >test</phase >
243
+ <goals >
244
+ <goal >report</goal >
245
+ </goals >
246
+ </execution >
247
+ </executions >
248
+ </plugin >
249
249
<!-- end JACOCO -->
250
250
251
251
</plugins >
You can’t perform that action at this time.
0 commit comments