File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 7676 <checkstyle .config.location>../../config/checkstyle.xml</checkstyle .config.location>
7777 <pmd .config.location>../../config/pmd-ruleset.xml</pmd .config.location>
7878 <jacoco .minimum.coverage>0.40</jacoco .minimum.coverage>
79- <jacoco .report.dir>target/jacoco</jacoco .report.dir>
8079 </properties >
8180
8281 <description >
245244 <execution >
246245 <id >prepare-agent</id >
247246 <goals ><goal >prepare-agent</goal ></goals >
248- <configuration >
249- <outputDirectory >${jacoco.report.dir} </outputDirectory >
250- </configuration >
251247 </execution >
252248 <execution >
253249 <id >test</id >
254250 <phase >test</phase >
255251 <goals ><goal >report</goal ><goal >check</goal ></goals >
256- <configuration >
257- <outputDirectory >${jacoco.report.dir} </outputDirectory >
258- </configuration >
259252 </execution >
260253 </executions >
261254 <configuration >
262- <outputDirectory >${jacoco.report.dir} </outputDirectory >
263255 <rules >
264256 <rule >
265257 <element >BUNDLE</element >
You can’t perform that action at this time.
0 commit comments