I'm currently working on fixing these 2 bugs associated with CoS and
surefire configs. Hopefully it makes it into the patch release.
http://www.netbeans.org/issues/show_bug.cgi?id=168036http://www.netbeans.org/issues/show_bug.cgi?id=168041you can workaround the problem by disabling Compile on Save in the
project properties dialog. Then you should have the same behaviour as in 6.5
Milos
Edward Samson wrote:
> Hi,
>
> When I run/debug a jUnit test class in my maven project, NetBeans 6.7
> doesn't use the surefire plugin to run the tests. Unit tests that rely
> on some configuration in surefire are now failing.
>
> In my specific case, surefire is configured to set some
> developer-specific environment settings like where the native
> libraries are installed.
>
> This used to work as expected in NetBeans 6.5. Is there a way to tell
> NetBeans 6.7 to use maven to run the jUnit tests instead of its own
> test runner?
>
> Thanks,
>
>