RE: [m2] Using the integration-test phase

2006-03-31 Thread Vincent Massol
To: Maven Users List Subject: [m2] Using the integration-test phase If I have some tests that [will eventually] use the Cargo API to start a container, that need to be run after the package phase (so that the war file exists) and that I want excluded from the test phase... is this (see below

Re: [m2] Using the integration-test phase

2006-03-28 Thread Wilfred Springer
+1 I would also be interested to hear more about this. Actually, I'm kind of surprised that compilation of the tests is excluded as well, since I had the impression that compilation is done by the maven-compiler-plugin (compiler:testCompile) in the test-compile phase. (If it is not, then maybe

Re: [m2] Using the integration-test phase

2006-03-28 Thread Wendy Smoak
On 3/28/06, Wilfred Springer [EMAIL PROTECTED] wrote: I would also be interested to hear more about this. Actually, I'm kind of surprised that compilation of the tests is excluded as well, since I had the impression that compilation is done by the maven-compiler-plugin (compiler:testCompile)

[m2] Using the integration-test phase

2006-03-27 Thread Wendy Smoak
If I have some tests that [will eventually] use the Cargo API to start a container, that need to be run after the package phase (so that the war file exists) and that I want excluded from the test phase... is this (see below) close? The only problem with it is that the *ServerTest classes never