How recent is "very"? Surefire 2.4 was pushed out on Jan 14, 2008. http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4/
Do you have plugin versions "locked down" using <version>[1.2.3]</version> or not? If not, you might want to consider it to avoid unknown upgrades affecting your otherwise stable build. Wayne On 2/1/08, James Carman <[EMAIL PROTECTED]> wrote: > I have had a build running successfully for quite some time. But, > today it seems as if my test cases are failing for some reason. I did > notice a bit of a change in the build output. When mvn gets ready to > run the tests, it now prints out "Running TestSuite" and it didn't do > that before when the builds succeeded (I checked the build logs). Has > something changed very recently w.r.t. testing in Maven? > > --------------------------------------------------------------------- > 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]
