Source files outside project directory
Hey,
Is there a way to make intellij show source files outside of the project dir?
I have some maven builds that set the source directory to "../../foo".
When opening this pom, the project dir is that of where the pom is, and therefor it does not add any of the source directories.
Lucene trunk is a good example of this
mvg,
Please sign in to leave a comment.
You can go to Settings | Project Structure and add this directory as a content root.