File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 223223
224224
225225 <!-- 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 >
249249 <!-- end JACOCO -->
250250
251251 </plugins >
You can’t perform that action at this time.
0 commit comments