Revapi Ant Task
This module provides Ant integration for Revapi. The jar, when put on the Ant classpath during the build, provides an
Ant task called revapi
with the following supported parameters:
Name | Type | Description |
---|---|---|
|
|
The set of files that the old version of the API consists of |
|
|
The supplementary archives of the old API - basically its dependencies |
|
|
The set of files that the new version of the API consists of |
|
|
The supplementary archives of the new API - basically its dependencies |
|
|
The path from which to load Revapi extensions. |
|
|
The JSON configuration of the extensions pipeline. |
|
|
The JSON configuration of the analysis. |
|
|
What is the minimum severity of a found problem that is going to break the build. One of
|