jcabi-mysql-maven-plugin
jcabi-mysql-maven-plugin copied to clipboard
MySQL Maven Plugin: starts MySQL server on pre-integration phase and shuts it down on post-integration phase
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.