Hey,
I'm using maven to build project. Within the project, I have a MYSQL database. I've already got the SQL-maven plug-in,but for each test, it drops the db, creates the db and populates the db with data.
This is not what I'm looking for, it should do it only once. At the start of the build and that's it. Not every time a test run...
HELP please...