DOC

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

Table Of Contents

Latest Version

Download io.github.phantran : m0c0-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.phantran : m0c0-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file m0c0-maven-plugin-1.0.1-javadoc.jar to m0c0-maven-plugin-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder m0c0-maven-plugin-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "m0c0-maven-plugin-1.0.1-sources.jar" -d "m0c0-maven-plugin-1.0.1-javadoc" -subpackages 

Advertisement