When scala unitests won’t run in the Scala IDE with Maven

Stupid problem: scala unit tests / scalatest tests suddenly won’t run after a failed maven build claiming with a ClassNotFoundException that the test class doesn’t exist. I believe this to be a weird class loading issue where Eclipse doesn’t include unit tests into the classpath.
The very, very sad workaround is: run a successful maven build first.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.