Dirk,

I think this might be might be a case for some custom goals in your
maven.xml file.

That way you could run what you wanted, when you wanted.

Please let us know what you end up with, cause I think lots of people
would be interested in doing similar things (i know i am)

-Corey


On Fri, 10 Dec 2004 10:10:02 +0100, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> how do I setup maven to allow multiple test suites?
> 
> 1. plain unit test, as indirectly executed by war:war or site:generate
> 
> 2. unit test against the db, currently added to the pom as tests. It is a
> pain for the war:war, as their execution takes a lot of time. But for the
> site:generate they are required. So how do I solve this?
> 
> 3. httpunit tests against the deployed war. Currently not done, as I don't
> know how to. They can not happen for war:war, they should happen for
> siter:generate, but they do require a prior deployment.
> 
> Any solution to this? Is one set of tests, as defined in the pom, really
> enough. Should this not be extended?
> 
> Bye,
>        dirk
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to