File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments