30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<actions>
|
||
|
|
<action>
|
||
|
|
<actionName>CUSTOM-PIT-REPORT</actionName>
|
||
|
|
<displayName>PIT Coverage/Mutation Report</displayName>
|
||
|
|
<goals>
|
||
|
|
<goal>org.pitest:pitest-maven:mutationCoverage -Dthreads=4 -DwithHistory</goal>
|
||
|
|
</goals>
|
||
|
|
</action>
|
||
|
|
|
||
|
|
<action>
|
||
|
|
<actionName>CUSTOM-SITE</actionName>
|
||
|
|
<displayName>Site Report</displayName>
|
||
|
|
<goals>
|
||
|
|
<goal>org.pitest:pitest-maven:mutationCoverage -DtimeoutConstant=5000 -Dthreads=4 -DwithHistory site</goal>
|
||
|
|
<!-- <goal>org.pitest:pitest-maven:mutationCoverage -Dthreads=4 -DwithHistory -Dmutators=ALL site</goal> -->
|
||
|
|
</goals>
|
||
|
|
</action>
|
||
|
|
|
||
|
|
<action>
|
||
|
|
<actionName>CUSTOM-Clean Install -U</actionName>
|
||
|
|
<displayName>Clean Install -U</displayName>
|
||
|
|
<goals>
|
||
|
|
<goal>clean</goal>
|
||
|
|
<goal>install -U</goal>
|
||
|
|
</goals>
|
||
|
|
</action>
|
||
|
|
|
||
|
|
</actions>
|