NBBRD Maven tools is a collection of Maven plugins and utilities to support the development of Java projects.
| Module | Description |
|---|---|
| compatibility-maven-plugin | Maven plugin that checks the compatibility between projects, ensuring that libraries/applications and their external extensions/plugins remain compatible across versions. |
This project is written in Java and uses Apache Maven as a build tool.
It requires Java 8 as minimum version and all its dependencies are hosted on Maven Central.
The code can be build using any IDE or by just type-in the following commands in a terminal:
git clone https://github.com/nbbrd/nbbrd-maven-tools.git
cd nbbrd-maven-tools
mvn clean installAny contribution is welcome and should be done through pull requests and/or issues.
The code of this project is licensed under the European Union Public Licence (EUPL).