Skip to content

Commit 9742b9d

Browse files
committed
Support skipping pitest
1 parent d54a786 commit 9742b9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
-->
111111
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
112112
<pitest-maven.version>1.16.3</pitest-maven.version>
113+
<pitest.skip>false</pitest.skip>
113114
<pmd.version>7.5.0</pmd.version>
114115
<project.build.sourceEncoding>${java.charset}</project.build.sourceEncoding>
115116
<project.reporting.outputEncoding>${java.charset}</project.reporting.outputEncoding>
@@ -438,9 +439,10 @@
438439
<jvmArg>-XX:TieredStopAtLevel=1</jvmArg>
439440
</jvmArgs>
440441
<mutationThreshold>100</mutationThreshold>
441-
<withHistory>true</withHistory>
442+
<skip>${pitest.skip}</skip>
442443
<timestampedReports>false</timestampedReports>
443444
<verbose>false</verbose> <!-- Set to true for noisy output -->
445+
<withHistory>true</withHistory>
444446
</configuration>
445447
<executions>
446448
<execution>

0 commit comments

Comments
 (0)