Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 559 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 559 Bytes

mariadb4j-maven-plugin

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.