Hi, We're using Maven 2 and Hudson, and everything is working well. My question is it possible to have Hudson run all the unit tests in a particular project with a specific "-D" argument. For example, "mvn test -DlogConfig=qa". Thanks in advance.
+3
A:
In a project configuration page there's section "Build" and text field "Goals and options" where you can place that "-D argument" and goals that you want to run.
Radek Vařbuchta
2009-05-15 18:39:02