Thanks, Justin. This approach should meet our needs for now. Now I just have to figure out how to configure CruiseControl to pass a system property to Maven.

Guy

[EMAIL PROTECTED] wrote:
here's our project dir structure:

src/
test/
  +- unit/
  +- integration/
  +- system/

with the following project.xml entry:

<unitTestSourceDirectory>test/${test.run.type}</unitTestSourceDirectory>

then it's just a matter of setting the appropriate run type (default is
unit) prior to executing the test goal.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to