Hello,

I found this interesting blog:

http://weblogs.java.net/blog/johnsmart/archive/2008/06/unit_tests_are.html

Unfortunately, I failed to make it work. When running mvn integration-test
all unit tests get to run before running the integration tests, which is not
really the aim. The idea really is to be able to either run unit tests or
integration tests but not both at the same time. Any ideas why this fails?

I guess the only real way (still) to split off integration tests is to have
a separate module wherein to place these integration tests and put no unit
tests in said module. Or is there?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/maven-surefire-plugin-configuration-for-unit-integration-tests-tp20724622p20724622.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]

Reply via email to