Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.77 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.77 KB

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

mvn PDD status Maven Central Javadoc

More details are here: mysql.jcabi.com

Read this article, it explains what this plugin is for.

On Linux, don't forget to install libaio1 and libnuma1:

$ sudo apt-get install libaio1 libnuma1

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice

Make sure you're using JDK 6+ and Maven 3.2+. Older versions won't work. Also, on Linux, don't forget to install libaio1 as explained above.