I have unit tests and integration tests in /src/test/java (e.g.
Class1UnitTest.java and Class1IntegrationTest.java), and I'd like to have
<includes> and <excludes> cause only unit tests to run during the
development profile, but to cause the unit and integration tests to run
during the integration-testing profile. How can I do this?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Conditionally-use-includes-and-excludes-for-tests-tf4923208s177.html#a14088990
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