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.
you can try to use parameter -DskipTests
-DskipTests
References: