File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 5454
5555 <version .bytebuddy>1.15.10</version .bytebuddy>
5656 <version .mockito>4.11.0</version .mockito>
57+ <jacocoStrict >true</jacocoStrict >
5758
5859 <!-- Can not use default, since group id != Java package name here -->
5960 <osgi .export>com.fasterxml.jackson.databind.*;version=${project.version} </osgi .export>
215216 <phase >validate</phase >
216217 <goals ><goal >enforce</goal ></goals >
217218 </execution >
219+ <execution >
220+ <id >enforce-jacoco-exec</id >
221+ <phase >verify</phase >
222+ <goals >
223+ <goal >enforce</goal >
224+ </goals >
225+ <configuration >
226+ <rules >
227+ <requireFilesExist >
228+ <files >
229+ <file >${project.build.directory} /jacoco.exec</file >
230+ </files >
231+ </requireFilesExist >
232+ </rules >
233+ <fail >${jacocoStrict} </fail >
234+ </configuration >
235+ </execution >
218236 </executions >
219237 </plugin >
220238
You can’t perform that action at this time.
0 commit comments