Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fridujo/retrokompat
Backward compatibility for Java binaries
https://github.com/fridujo/retrokompat
backward-compatibility maven-plugin
Last synced: about 2 months ago
JSON representation
Backward compatibility for Java binaries
- Host: GitHub
- URL: https://github.com/fridujo/retrokompat
- Owner: fridujo
- License: apache-2.0
- Created: 2020-07-09T16:18:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T22:45:25.000Z (over 2 years ago)
- Last Synced: 2023-03-01T21:55:20.879Z (almost 2 years ago)
- Topics: backward-compatibility, maven-plugin
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RetroKompat
![build](https://github.com/fridujo/retrokompat/actions/workflows/build.yml/badge.svg)
[![Coverage Status](https://codecov.io/gh/fridujo/retrokompat/branch/master/graph/badge.svg)](https://codecov.io/gh/fridujo/retrokompat/)
[![License](https://img.shields.io/github/license/fridujo/retrokompat.svg)](https://opensource.org/licenses/Apache-2.0)Backward compatibility for Java binaries.
## Motivation
When publishing a library, a sdk or any binary that is used externally, one may want to check for backward compatibility.This tool will help achieving that verification in the form of a Maven plugin.
## Usage
Add the plugin in the **pom.xml** file:
```xml...
com.github.fridujo
retrokompat-maven-plugin
${retrokompat-maven-plugin.version}
check
```
By default the goal `check` is bound to **pre-integration-test** phase (see [build lifecycle](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#lifecycle-reference)).