EBAD Plugin is a project to build plugins for EBAD.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
the project needs Java 8 and a PostgreSQL database. To build the project, Maven 3+ is required.
This project uses Spring.
To build EBAD plugin, use this command:
mvn clean install
To run tests, use this command:
mvn clean verify
- Maven - Dependency Management
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
For the available versions, see the releases on this repository.
- Damien Trouillet - Initial work - dtrouillet
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details