On Wed, Apr 8, 2009 at 10:22 AM, Jason Voegele <ja...@jvoegele.com> wrote:
> I'm interested in knowing the current thinking on best practices for
> integration testing in Maven projects.  I did find a few articles on the Web
> that discuss this issue, but they all are a bit old now.  The most relevant
> article appears to be this one:
>
> http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing

Nothing much has changed since that... the easiest thing to do is to
put your integration tests in a separate module.

At least a few of us would like to see an <integrationTestSource>
element added to the pom and support for running them in the same
module using the existing integration test phases, but so far no one
has stepped up to propose a patch for consideration.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to