maven-surefire-plugin - turn off for test, turn on for integration-test?

2006-07-27 Thread Chris Wall
Hello! I would like to turn off maven-surefire-plugin during the test phase (so, no unit testing at all), and turn on maven-surefire-plugin for the integration-test. Basically my source is a test webapp, and my tests are integration tests. While playing around with maven-surefire-plugin

Re: maven-surefire-plugin - turn off for test, turn on for integration-test?

2006-07-27 Thread Wendy Smoak
On 7/27/06, Chris Wall [EMAIL PROTECTED] wrote: I would like to turn off maven-surefire-plugin during the test phase (so, no unit testing at all), and turn on maven-surefire-plugin for the integration-test. Basically my source is a test webapp, and my tests are integration tests. The usual

RE: maven-surefire-plugin - turn off for test, turn on for integration-test?

2006-07-27 Thread Chris Wall
Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: July 27, 2006 5:23 PM To: Maven Users List Subject: Re: maven-surefire-plugin - turn off for test, turn on for integration-test? On 7/27/06, Chris Wall [EMAIL PROTECTED] wrote: I would like to turn off maven-surefire-plugin during

RE: maven-surefire-plugin - turn off for test, turn on for integration-test?

2006-07-27 Thread Simon Kitching
] Sent: July 27, 2006 5:23 PM To: Maven Users List Subject: Re: maven-surefire-plugin - turn off for test, turn on for integration-test? On 7/27/06, Chris Wall [EMAIL PROTECTED] wrote: I would like to turn off maven-surefire-plugin during the test phase (so, no unit testing at all