I have a build with both unit tests and component tests. I want the unit tests to run as part of the default build, but I only want the component tests to run when specifically requested with "failsafe:integration-test".
What I have right now does this, but I noticed that when one of the component tests fail, it says "BUILD SUCCESS" at the end, and the command doesn't report failure. I believe I found a partial solution to this, at http://mail-archives.apache.org/mod_mbox/maven-users/201010.mbox/%[email protected]%3E , but this makes "failsafe:integration-test" run by default in the build. I don't want that. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
