Skip to content

Commit

Permalink
chore: add pitest in pom.xml for future usage in CI (#1786)
Browse files Browse the repository at this point in the history
* chore: add pitest in pom.xml for future usage in CI

* Update pom.xml
  • Loading branch information
monperrus authored and surli committed Dec 19, 2017
1 parent fd878bc commit 9b77e46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,13 @@
</analysisConfigurationFiles>
</configuration>
</plugin>

<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<!-- We use the latest, so we don't specify an actual version number -->
<!-- <version></version>-->
</plugin>
</plugins>


Expand Down

0 comments on commit 9b77e46

Please sign in to comment.