On 5 Jul 07, at 4:19 AM 5 Jul 07, Mark Hobson wrote:
Hi there, I'm wondering what the intended way of running the ITs are now. r551806 saw the demise of IntegrationTestSuite which
Sorry, while separating the base class for reuse I forgot to put that back. For the time being it's still supposed to be there. I've put it back. The intent was the put the abstract class in a separate project so that it could be used by the ITs and by the sample IT project that will serve as the archetype.
core-integration-tests/pom.xml still references, so mvn test runs no tests. Commenting t+his out results in running the ITs in random order with verbose output, making it hard to see test failures. What was the reasoning behind removing the test suite? Also, what is the point of src/test/resources/pom.xml?
At one point to run them all in a reactor, I used them at one point to create IDE files to look at the all as trying to create an IDE project with everything in the ITs is a bit cumbersome.
Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder and PMC Chair, Apache Maven jason at sonatype dot com ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
