https://github.com/jcabi/jcabi-mysql-maven-plugin
MySQL Maven Plugin: starts MySQL server on pre-integration phase and shuts it down on post-integration phase
https://github.com/jcabi/jcabi-mysql-maven-plugin
java maven maven-plugin mysql
Last synced: 3 months ago
JSON representation
MySQL Maven Plugin: starts MySQL server on pre-integration phase and shuts it down on post-integration phase
- Host: GitHub
- URL: https://github.com/jcabi/jcabi-mysql-maven-plugin
- Owner: jcabi
- License: other
- Created: 2013-10-06T07:57:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T07:45:25.000Z (4 months ago)
- Last Synced: 2025-06-20T08:38:36.354Z (4 months ago)
- Topics: java, maven, maven-plugin, mysql
- Language: Java
- Homepage: https://mysql.jcabi.com
- Size: 1.68 MB
- Stars: 36
- Watchers: 7
- Forks: 29
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.elegantobjects.org)
[](https://www.rultor.com/p/jcabi/jcabi-mysql-maven-plugin)
[](https://www.jetbrains.com/idea/)[](https://github.com/jcabi/jcabi-mysql-maven-plugin/actions/workflows/mvn.yml)
[](https://www.0pdd.com/p?name=jcabi/jcabi-mysql-maven-plugin)
[](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-mysql-maven-plugin)
[](https://www.javadoc.io/doc/com.jcabi/jcabi-mysql-maven-plugin)More details are here: [mysql.jcabi.com](http://mysql.jcabi.com/index.html)
Read [this article](http://www.yegor256.com/2014/05/21/mysql-maven-plugin.html),
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.