Skip to content

Commit b4cb015

Browse files
committed
🔧 Ajout plugin PiTest
1 parent ddab8e9 commit b4cb015

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,29 @@
235235
</executions>
236236
</plugin>
237237

238+
<plugin>
239+
<groupId>org.pitest</groupId>
240+
<artifactId>pitest-maven</artifactId>
241+
<version>1.6.2</version>
242+
<dependencies>
243+
<dependency>
244+
<groupId>org.pitest</groupId>
245+
<artifactId>pitest-junit5-plugin</artifactId>
246+
<version>0.12</version>
247+
</dependency>
248+
<dependency>
249+
<groupId>io.github.wmaarts</groupId>
250+
<artifactId>pitest-mutation-testing-elements-plugin</artifactId>
251+
<version>0.3.1</version>
252+
</dependency>
253+
</dependencies>
254+
<configuration>
255+
<outputFormats>
256+
<format>HTML2</format>
257+
</outputFormats>
258+
</configuration>
259+
</plugin>
260+
238261
</plugins>
239262
</build>
240263
</project>

0 commit comments

Comments
 (0)