I have huge maven project with a lot of modules and using intellij IDEA for coding and eclipse for formatting the code and using SVN as VCS. So eclipse creates these .settings folders and .project files and makes a mess in the project folder.
What I'm trying to achieve is to move these .project's and .settings's to some other location not to have these in the intellij idea file tree and not to have it tracked in the SVN.
Thanks in advance!