Click here to Skip to main content
15,915,810 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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...
Posted
Updated 7-Mar-10 23:44pm
v2

1 solution

The SQL-Maven plugin page has an example config that does just this[^].

You may also be better off asking this question on the SQL_Maven plugin mailing lists[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900