File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 264264 <version >0.8.3</version >
265265 <executions >
266266 <execution >
267- <id >prepare-agent </id >
267+ <id >pre-unit-test </id >
268268 <goals >
269269 <goal >prepare-agent</goal >
270270 </goals >
271271 </execution >
272- <execution >
273- <id >report</id >
274- <phase >prepare-package</phase >
275- <goals >
276- <goal >report</goal >
277- </goals >
278- </execution >
279272 <execution >
280273 <id >post-unit-test</id >
281274 <phase >test</phase >
282275 <goals >
283276 <goal >report</goal >
284277 </goals >
285- <configuration >
286- <!-- Sets the path to the file which contains the execution data. -->
287-
288- <dataFile >target/jacoco.exec</dataFile >
289- <!-- Sets the output directory for the code coverage report. -->
290- <outputDirectory >target/jacoco-ut</outputDirectory >
291- </configuration >
292278 </execution >
293279 </executions >
294- <configuration >
295- <systemPropertyVariables >
296- <jacoco-agent .destfile>target/jacoco.exec</jacoco-agent .destfile>
297- </systemPropertyVariables >
298- </configuration >
299280 </plugin >
300281 </plugins >
301282 </build >
You can’t perform that action at this time.
0 commit comments