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.

License

License

Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

clirr-maven-plugin
Last Version

Last Version

2.8
Release Date

Release Date

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

How to add to project

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

MojoHaus Clirr Maven Plugin

This is the clirr-maven-plugin.

Build Status

Releasing

  • Make sure gpg-agent is running.
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
org.codehaus.mojo

MojoHaus

Various plugins for Apache Maven. Previously hosted on Codehaus and known as the codehaus MOJO project

Versions

Version
2.8
2.7
2.6.1
2.6
2.5
2.4
2.3
2.2.3
2.2.2
2.2.1
2.2
2.1.1
2.1
2.0