I have a situation where our unit tests take a long time to complete our business domain project, because it sets the database to a known state and then performs each step. I understand that this can be done using "-Dmaven.test.skip = true" on the command line, but you want to configure this in NetBeans only for the project, it would be globally acceptable if someone could clarify how to configure in IDE
How to configure maven2 only to run tests when the target task is called?
Using the following, you disable the tests even when the target βtestβ is called (
java unit-testing maven-2 netbeans
Bret ryan
source share