Hi, I am working with a project in which I am having issue running unit tests. The project is a combination of stratight unit tests and integration tests. Seems that the unit tests run finr but the integration tests all fail. I judt found a reference to this in some codehaus docs
http://docs.codehaus.org/pages/viewpage.action?pageId=62120 I am not sure if this is the case still in Maven 2, which I am using, or not. Just wondering how others out there handle running unit tests and integration tests together. I would like to migrate to Maven however if I cannot do these tests easily, it kind of shoots the whole thing down. Our Ant build process handles it fine now and I could simply just run an Ant task to do the unit tests but then why use Maven if I end up claling a bunch of Ant tasks. Thanks! Mark -- View this message in context: http://www.nabble.com/Unit-Testing-Issues-tp17623488p17623488.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
