Design it as a separate module.. Create a profile for it and choose activation.. e.g. environment variable..
You might want to read chapter 4.13 of "Better builds with maven" by Mergere.. Explains the plan.. On 6/22/06, Clifton Craig < [EMAIL PROTECTED]> wrote:
How would you configure Maven2 to handle functional tests? I have a bunch of tests that I don't want to run every time the build runs. Instead I want to run them manually on special occasions (Hannukkah, the Swedish new year, when the Phillies win the world series, etc.). I want to know where to put the compiled output (target/functional-test-classes?) and how to tell maven to pick them up from a different source folder during compile. I'm thinking of storing the functional tests under src/functional-tests. What are youre thoughts on this? ------------------------------------------------- Clifton C. Craig, Software Engineer Tell me what's up... visit: http://codeforfun.wordpress.com [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
