MVN

eu.stamp-project : pitmp-maven-plugin

Maven & Gradle

May 07, 2019
44 stars

Maven plugin to handle multi-module project for Pitest

<plugin>
    <groupId>eu.stamp-project</groupId>
    <artifactId>pitmp-maven-plugin</artifactId>
    <version>1.3.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.stamp-project : pitmp-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.7

All Versions

Choose a version of eu.stamp-project : pitmp-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
pitmp-maven-plugin-1.3.7
pitmp-maven-plugin-1.3.6
pitmp-maven-plugin-1.3.5
pitmp-maven-plugin-1.3.4
pitmp-maven-plugin-1.3.3
pitmp-maven-plugin-1.3.2
pitmp-maven-plugin-1.3.1
pitmp-maven-plugin-1.3.0
1.2.x
pitmp-maven-plugin-1.2.0
1.1.x
pitmp-maven-plugin-1.1.6
pitmp-maven-plugin-1.1.5
pitmp-maven-plugin-1.1.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>eu.stamp-project</groupId>
    <artifactId>pitmp-maven-plugin</artifactId>
    <version>1.3.7</version>
</plugin>