Last Version

Clirr Maven Plugin 1.0.1

This is a specialized version of the Clirr Maven Plugin. It adds capabilities for excluding specific error types, as well as separating code into three, rather than two, subgroups: Internal code (no checks) Externally invoked code (Annotated with an "externally invoked" annotation, same as Externally implemented, but adding methods to interfaces and abstract classes is allowed) Externally implemented code (Assumed default. Full backwards compatibility required *unless* an interface is annotated with a defined adaptor annotation, in which case full backwards compatibility is required for the adaptor class, but the rules of @ExternallyInvoked apply to the interface itself) 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 Neo4J Data Databases CLI User Interface
GroupId

GroupId

org.neo4j.build.plugins
ArtifactId

ArtifactId

clirr-maven-plugin
Version

Version

1.0.1
Type

Type

maven-plugin
Description

Description

Clirr Maven Plugin
This is a specialized version of the Clirr Maven Plugin. It adds capabilities for excluding specific error types, as well as separating code into three, rather than two, subgroups: Internal code (no checks) Externally invoked code (Annotated with an "externally invoked" annotation, same as Externally implemented, but adding methods to interfaces and abstract classes is allowed) Externally implemented code (Assumed default. Full backwards compatibility required *unless* an interface is annotated with a defined adaptor annotation, in which case full backwards compatibility is required for the adaptor class, but the rules of @ExternallyInvoked apply to the interface itself) 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.

Download clirr-maven-plugin 1.0.1


<plugin>
    <groupId>org.neo4j.build.plugins</groupId>
    <artifactId>clirr-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (14)

Group / Artifact Type Version
net.sf.clirr : clirr-core jar 0.6
com.google.code.findbugs : bcel-findbugs 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 2.0.5
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.