I am working on a project with several Maven artifacts, where the artifacts in the project have several dependencies on each other. I use IntelliJ 9. I would like to be able to set breakpoints in my unit tests, but when I right-click on the test modules folder for my artifact and select "Debug" All Tests ", I get a class not found exception belongs to class in a separate Maven artifact.
I can run the Maven target "test" on the parent artifact, and it works fine.
Any ideas? Thanks.
source share