Skip to content

MySQL Maven Plugin: starts MySQL server on pre-integration phase and shuts it down on post-integration phase

License

Notifications You must be signed in to change notification settings

jcabi/jcabi-mysql-maven-plugin

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Mar 3, 2025
Feb 23, 2025
Jun 22, 2015
Mar 2, 2025
Dec 25, 2016
Feb 28, 2025
Feb 7, 2025
Feb 24, 2024
Feb 25, 2025
Feb 23, 2025
Sep 22, 2022

Repository files navigation

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.