Search code examples
maven

Maven - How to compile tests without running them ?


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.


Solution

  • you can try to use parameter -DskipTests

    References: