Hi, If you have eclipse open, it is often convenient to right click /src/test/java and say "Run as JUnit test" -- which creates a dynamic test suite on the fly and runs all the tests.
However, I'd really like the ability to add an exclusion pattern to avoid certain tests that may be integration tests (and take a long time). In Eclipse, you can do this by right-clicking /src/test/java -> Build Path -> Configure Inclusion / Exclusion Filters This ends up editing the .classpath file to add the exclusion patterns you type in. What I would really like to do is add this info to the pom.xml, and when I run mvn eclipse:eclipse, this is automatically added to the .classpath file, but I can't figure out how to do it. Is this possible? Thx, Davis -- View this message in context: http://www.nabble.com/eclipse-plugin---exclude-pattern-for-source-tf3912333s177.html#a11092104 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
