File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 110
110
-->
111
111
<pitest-junit5-plugin .version>1.2.1</pitest-junit5-plugin .version>
112
112
<pitest-maven .version>1.16.3</pitest-maven .version>
113
+ <pitest .skip>false</pitest .skip>
113
114
<pmd .version>7.5.0</pmd .version>
114
115
<project .build.sourceEncoding>${java.charset} </project .build.sourceEncoding>
115
116
<project .reporting.outputEncoding>${java.charset} </project .reporting.outputEncoding>
438
439
<jvmArg >-XX:TieredStopAtLevel=1</jvmArg >
439
440
</jvmArgs >
440
441
<mutationThreshold >100</mutationThreshold >
441
- <withHistory >true</ withHistory >
442
+ <skip > ${pitest.skip} </ skip >
442
443
<timestampedReports >false</timestampedReports >
443
444
<verbose >false</verbose > <!-- Set to true for noisy output -->
445
+ <withHistory >true</withHistory >
444
446
</configuration >
445
447
<executions >
446
448
<execution >
You can’t perform that action at this time.
0 commit comments