[TAMAYA-291][TAMAYA-318] Disabled PIT for the SPI support module.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/6050bd69 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/6050bd69 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/6050bd69 Branch: refs/heads/master Commit: 6050bd696bdd13620998fdecd4499629ca3d922f Parents: bb73cdb Author: Oliver B. Fischer <[email protected]> Authored: Sat Oct 14 22:37:43 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sat Oct 14 22:38:58 2017 +0200 ---------------------------------------------------------------------- modules/spi-support/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/6050bd69/modules/spi-support/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spi-support/pom.xml b/modules/spi-support/pom.xml index 003c3ce..d61c7f6 100644 --- a/modules/spi-support/pom.xml +++ b/modules/spi-support/pom.xml @@ -62,4 +62,19 @@ under the License. </dependency> </dependencies> + <build> + <plugins> + <plugin> + <!-- + ! See https://issues.apache.org/jira/browse/TAMAYA-318 + !--> + <groupId>org.pitest</groupId> + <artifactId>pitest-maven</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + </project>
