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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Neo4J Данные Базы данных CLI Взаимодействие с пользователем
Группа

Группа

org.neo4j.build.plugins
Идентификатор

Идентификатор

clirr-maven-plugin
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.

Скачать clirr-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (14)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.1
1.0