In my surefire configuration I have a classpathDependencyExcludes
entry.
For some reason Intellij does not seem to pick up this configuration (mvn test, does). Is there any way to have Intellij notice my surfire configuration?
Ps. It seems like something similar has been reported a long long time ago at Intellij ( IDEA-52286 ), but never fixed.