Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 754 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 754 Bytes

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.