I open maven project in Idea.
I store my files which are used for unit testing in folder \src\test\resources
But the issue is files which are used for testing are java-files.
Despite ‘mvn package’ skip this files, but when opening in Idea it tries to compile them.
Is it possible to exclude this folder with java-files from sources to be compiled in Idea?
I use IntelliJ Idea 9.0.3
Try
Add your path to
Pathand selectRecursively