> A closer look at the logs show that Surefire runs the unit tests, then 
> Failsafe runs
> the single unit test configured (which fails because of the classloader 
> issues I
> began the thread with), and then Failsafe runs all the integration tests.
>
> Clearly something is misconfigured to cause that third block of testing and to
> create the classloader errors. Any insight is appreciated.

Did you check "mvn help:effective-pom" in your project/module to be
certain that some plugin configuration from a parent pom etc is not
contributing a configuration you had forgotten about or simply did not
realize was in effect to cause this third execution?

Wayne

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

Reply via email to