Is there a way in Maven to compile the tests without running them ? I want to use the IDE to run specific tests and not all of them.
To just compile the tests and code, without running them, just do:
mvn test-compile