|
103 | 103 | <version.findbugs.maven.plugin>3.0.3</version.findbugs.maven.plugin>
|
104 | 104 | <version.license.maven.plugin>1.8</version.license.maven.plugin>
|
105 | 105 | <version.jacoco.maven.plugin>0.7.6.201602180812</version.jacoco.maven.plugin>
|
| 106 | + <version.pitest.maven.plugin>1.1.10</version.pitest.maven.plugin> |
106 | 107 |
|
107 | 108 | </properties>
|
108 | 109 |
|
|
287 | 288 | <groupId>org.apache.maven.plugins</groupId>
|
288 | 289 | <artifactId>maven-failsafe-plugin</artifactId>
|
289 | 290 | </plugin>
|
290 |
| - |
291 | 291 | <plugin>
|
292 | 292 | <!-- record coverage metrics -->
|
293 | 293 | <groupId>org.jacoco</groupId>
|
294 | 294 | <artifactId>jacoco-maven-plugin</artifactId>
|
295 | 295 | </plugin>
|
296 |
| - |
| 296 | + |
| 297 | + <plugin> |
| 298 | + <!-- execute mutation tests --> |
| 299 | + <groupId>org.pitest</groupId> |
| 300 | + <artifactId>pitest-maven</artifactId> |
| 301 | + </plugin> |
| 302 | + |
297 | 303 | </plugins>
|
298 | 304 | <pluginManagement>
|
299 | 305 | <plugins>
|
|
659 | 665 | </executions>
|
660 | 666 | </plugin>
|
661 | 667 |
|
| 668 | + <plugin> |
| 669 | + <!-- mutation testing --> |
| 670 | + <groupId>org.pitest</groupId> |
| 671 | + <artifactId>pitest-maven</artifactId> |
| 672 | + <version>${version.pitest.maven.plugin}</version> |
| 673 | + <configuration> |
| 674 | + <targetClasses> |
| 675 | + <param>info.novatec.testit.webtester.*</param> |
| 676 | + </targetClasses> |
| 677 | + <targetTests> |
| 678 | + <param>info.novatec.testit.webtester.*</param> |
| 679 | + </targetTests> |
| 680 | + </configuration> |
| 681 | + </plugin> |
| 682 | + |
662 | 683 | </plugins>
|
663 | 684 | </pluginManagement>
|
664 | 685 |
|
|
761 | 782 | <role>developer</role>
|
762 | 783 | </roles>
|
763 | 784 | </developer>
|
764 |
| - <developer> |
765 |
| - <id>pmo</id> |
766 |
| - <name>Pascal Moll</name> |
767 |
| - <email>pascal.moll@novatec-gmbh.de</email> |
768 |
| - <organization>NovaTec Consulting GmbH</organization> |
769 |
| - <organizationUrl>http://www.novatec-gmbh.de</organizationUrl> |
770 |
| - <roles> |
771 |
| - <role>developer</role> |
772 |
| - </roles> |
773 |
| - </developer> |
774 |
| - <developer> |
775 |
| - <id>benhamidene</id> |
776 |
| - <name>Anis Ben Hamidene</name> |
777 |
| - <email>anis.benhamidene@novatec-gmbh.de</email> |
778 |
| - <organization>NovaTec Consulting GmbH</organization> |
779 |
| - <organizationUrl>http://www.novatec-gmbh.de</organizationUrl> |
780 |
| - <roles> |
781 |
| - <role>developer</role> |
782 |
| - </roles> |
783 |
| - </developer> |
784 | 785 | </developers>
|
785 | 786 |
|
786 | 787 | </project>
|
0 commit comments