Re: ear testing with surefire

2007-08-22 Thread Stephane Nicoll
You're right, the ear packaging lifecycle is not meant to support this currently. The problem with that is the definition is tied to Maven itself so it's hard to change it. Please open an issue in the MNG project with the details. Thanks, Stéphane On 8/22/07, Nathaniel Stoddard <[EMAIL PROTECTED

ear testing with surefire

2007-08-21 Thread Nathaniel Stoddard
I'm trying to get surefire to run some unit tests (and integration tests) for an ear project of mine, but am running into lots of problems. I realize that the ear lifecycle doesn't contain any of the regular compile, resource or surefire goals, so most of this is just trial and error. Here's