File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ config.stopBubbling = true
2+ lombok.addLombokGeneratedAnnotation = true
Original file line number Diff line number Diff line change 1+ config.stopBubbling = true
2+ lombok.addLombokGeneratedAnnotation = true
Original file line number Diff line number Diff line change 454454 </executions >
455455 </plugin >
456456
457+ <plugin >
458+ <groupId >org.pitest</groupId >
459+ <artifactId >pitest-maven</artifactId >
460+ <configuration >
461+ <targetClasses >gt.app.modules.*</targetClasses >
462+ <targetTests >gt.app.modules.*</targetTests >
463+ </configuration >
464+ </plugin >
457465
458466 </plugins >
459467 </build >
Original file line number Diff line number Diff line change 7070 <findsecbugs-plugin .version>1.12.0</findsecbugs-plugin .version>
7171 <sb-contrib-plugin .version>7.4.7</sb-contrib-plugin .version>
7272 <owasp-dependency-check-plugin .version>8.1.2</owasp-dependency-check-plugin .version>
73+ <pitest-maven-plugin .version>1.12.0</pitest-maven-plugin .version>
74+ <pitest-junit5-plugin .version>1.1.2</pitest-junit5-plugin .version>
7375 </properties >
7476
7577
294296 <includeTests >false</includeTests >
295297 </configuration >
296298 </plugin >
299+ <plugin >
300+ <groupId >org.pitest</groupId >
301+ <artifactId >pitest-maven</artifactId >
302+ <version >${pitest-maven-plugin.version} </version >
303+ <dependencies >
304+ <dependency >
305+ <groupId >org.pitest</groupId >
306+ <artifactId >pitest-junit5-plugin</artifactId >
307+ <version >${pitest-junit5-plugin.version} </version >
308+ </dependency >
309+ </dependencies >
310+ <configuration >
311+ <targetClasses >gt.app.modules.file.*</targetClasses >
312+ <targetTests >gt.app.modules.file.*</targetTests >
313+ </configuration >
314+ </plugin >
297315 </plugins >
298316 </pluginManagement >
299317 </build >
You can’t perform that action at this time.
0 commit comments