This is a maven project and there is a parent project parent and some child modules, e.g. foo, bar.
<modules>
<module>foo</module>
<module>bar</module>
...
</modules>
Now in eclipse I want to search a file, e.g. FooService.java, I enter ctrl + shift + R simultaneously, open Open Resource
window, but there are many FooService, e.g
parent/foo/src/main/java/com/foo/service/
foo/src/main/java/com/foo/service/
now I want to exclude parent option How to configure it in Eclipse?