/mariadb4j-maven-plugin

Maven plugin that starts and stops a MariaDB instance for the integration test phase.

Primary LanguageJavaMIT LicenseMIT

mariadb4j-maven-plugin

THIS PROJECT IS ABANDONED, PLEASE USE & CONTRIBUTE TO THE mariadb4j-maven-plugin WHICH IS NOW PART OF MariaDB4j (see MariaDB4j/pull/135).

Maven plugin that starts and stops a MariaDB instance for the integration test phase.

This is a Maven plugin wrapper around https://github.com/vorburger/MariaDB4j, a helpful tool for launching MariaDB from Java. I got it to a working state, but found that my use case was more complex than it could support, needing mysqldump in addition to the other executables provided.

See pom and integration test in https://github.com/mike10004/mariadb4j-maven-plugin/tree/master/tests/mariadb4j-maven-plugin-test-basic for usage example.