We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddab8e9 commit b4cb015Copy full SHA for b4cb015
pom.xml
@@ -235,6 +235,29 @@
235
</executions>
236
</plugin>
237
238
+ <plugin>
239
+ <groupId>org.pitest</groupId>
240
+ <artifactId>pitest-maven</artifactId>
241
+ <version>1.6.2</version>
242
+ <dependencies>
243
+ <dependency>
244
245
+ <artifactId>pitest-junit5-plugin</artifactId>
246
+ <version>0.12</version>
247
+ </dependency>
248
249
+ <groupId>io.github.wmaarts</groupId>
250
+ <artifactId>pitest-mutation-testing-elements-plugin</artifactId>
251
+ <version>0.3.1</version>
252
253
+ </dependencies>
254
+ <configuration>
255
+ <outputFormats>
256
+ <format>HTML2</format>
257
+ </outputFormats>
258
+ </configuration>
259
+ </plugin>
260
+
261
</plugins>
262
</build>
263
</project>
0 commit comments