Assuming you're using Maven2... Have you looked at the complete list of phases? http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
Sounds to me like you might want to use @process-test-resources. Wayne On 11/7/06, Paul Barry <[EMAIL PROTECTED]> wrote:
Is there a way to perform a task before a goal executes? Specifically what I'm looking to do is load data into my test database before all my tests run. I'm using Spring's AbstractTransactionalDataSourceSpringContextTests, which rolls back all changes after each test, so that I don't have to re-load the data after every test. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
