RE: Iterating through the build based on activated profiles

2008-07-17 Thread Balasubramanian, Ravi Shankar
Thanks a lot John ! It worked wonderfully well (and was elegant too) and I have become a fan of maven :P - Ravi -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 2:53 PM To: Maven Users List Subject: Re: Iterating through the build based on

Re: Iterating through the build based on activated profiles

2008-07-15 Thread John Casey
You could always use multiple executions of the surefire plugin, one per test type, such that when more than one test profile is active the executions are additive, and cause the surefire plugin to execute more than once. Then, you could setup your database configuration using execution-level c