| Author |
Hudson and Maven - pre build steps
|
Craig Taylor
Ranch Hand
Joined: Jul 17, 2008
Posts: 64
|
|
For the test portion of my maven project I'd like to either configure hudson or maven to run a createDb script and subsequently, upon successful tests run the purgeDb script.
I've been unable to find anything in maven to help me modify the test target.
In hudson, because this is a maven target it doesn't give me the build steps that I've used previously to do something similar.
Any suggestions?
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
Hi there,
Have you thought about using DB Unit for this?
|
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
|
 |
 |
|
|
subject: Hudson and Maven - pre build steps
|
|
|