DOC

org.codehaus.mojo : clirr-maven-plugin

Maven & Gradle

Sep 12, 2016
8 stars

Clirr Maven Plugin · Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API. The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes. In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental introduction of binary or source compatibility problems. Additionally, the plugin can generate a report as part of the generated site.

Table Of Contents

Latest Version

Download org.codehaus.mojo : clirr-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.codehaus.mojo : clirr-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.8
2.7
2.6.x
2.6
2.5
2.4
2.3
2.2.x
2.2
2.1.x
2.1
2.0

How to open Javadoc JAR file in web browser

  1. Rename the file clirr-maven-plugin-2.8-javadoc.jar to clirr-maven-plugin-2.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder clirr-maven-plugin-2.8-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 "clirr-maven-plugin-2.8-sources.jar" -d "clirr-maven-plugin-2.8-javadoc" -subpackages