MVN

io.github.phantran : m0c0-maven-plugin

Maven & Gradle

May 10, 2021
2 stars

m0c0-maven-plugin Maven Plugin · A Maven plugin written in Kotlin that supports mutation testing for Java projects. MoCo uses the bytecode manipulation approach and it applies optimizations with Git Mode and database caching, thus mutation testing execution time can be reduced significantly

<plugin>
    <groupId>io.github.phantran</groupId>
    <artifactId>m0c0-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.phantran : m0c0-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.github.phantran : m0c0-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
m0c0-maven-plugin-1.0.1
1.0
m0c0-maven-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.phantran</groupId>
    <artifactId>m0c0-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement