Last Version

Clirr Maven Plugin 2.8

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.

License

License

Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

clirr-maven-plugin
Version

Version

2.8
Type

Type

maven-plugin
Description

Description

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.
Project Organization

Project Organization

MojoHaus
Source Code Management

Source Code Management

https://github.com/mojohaus/clirr-maven-plugin

Download clirr-maven-plugin 2.8


<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>clirr-maven-plugin</artifactId>
    <version>2.8</version>
</plugin>

Dependencies

compile (13)

Group / Artifact Type Version
net.sf.clirr : clirr-core jar 0.6
org.apache.bcel : bcel jar 6.0
org.apache.maven : maven-artifact jar 2.0.6
org.apache.maven : maven-model jar 2.0.6
org.apache.maven : maven-plugin-api jar 2.0.6
org.apache.maven : maven-project jar 2.0.6
org.apache.maven.doxia : doxia-decoration-model jar 1.0
org.apache.maven.doxia : doxia-module-xhtml jar 1.0
org.apache.maven.doxia : doxia-sink-api jar 1.0
org.apache.maven.doxia : doxia-site-renderer jar 1.0
org.apache.maven.reporting : maven-reporting-api jar 2.0.6
org.codehaus.plexus : plexus-i18n jar 1.0-beta-6
org.codehaus.plexus : plexus-utils jar 3.0.7

Project Modules

There are no modules declared in this project.