Skip to content

Commit aeac161

Browse files
committed
Configure Pitest Maven plugin
1 parent c4e0215 commit aeac161

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,8 @@
197197
</executions>
198198
</plugin>
199199
<!--
200-
You need to checkout https://github.com/pitest/pitest-junit5-plugin and execute
201-
mvn install on the Pitest Junit 5 plugin project
202-
After that, you can build the Pitest report: mvn org.pitest:pitest-maven:1.4.11:mutationCoverage
200+
To build the Pitest report: mvn org.pitest:pitest-maven:1.4.11:mutationCoverage
201+
-->
203202
<plugin>
204203
<groupId>org.pitest</groupId>
205204
<artifactId>pitest-maven</artifactId>
@@ -212,8 +211,8 @@
212211
<param>*Hsql*</param>
213212
<param>*Maria*</param>
214213
<param>*Server*</param>
215-
<param>*Postgre*</param>
216-
<param>*JdcRoundtrip*</param>
214+
<param>*Oracle*</param>
215+
<param>*PostgreSql*</param>
217216
</excludedTestClasses>
218217
<failWhenNoMutations>false</failWhenNoMutations>
219218
<timestampedReports>false</timestampedReports>
@@ -223,11 +222,10 @@
223222
<dependency>
224223
<groupId>org.pitest</groupId>
225224
<artifactId>pitest-junit5-plugin</artifactId>
226-
<version>1.0.0-SNAPSHOT</version>
225+
<version>0.14</version>
227226
</dependency>
228227
</dependencies>
229228
</plugin>
230-
-->
231229
<plugin>
232230
<groupId>com.mycila</groupId>
233231
<artifactId>license-maven-plugin</artifactId>

0 commit comments

Comments
 (0)