I am working in a Spring project with loads of maven dependencies. That project, is importing some xml files in the ApplicationContext.xml. For example:
<import resource="servers.xml" />
The project works fine, but I don't know in which jar file is that server.xml file.
I thought that with a resource search (Ctrl + Shift + R) I would be able to find it, but it looks like my Eclipse is not searching for regular files in the Maven downloaded jars. Is it an error from my workspace? Is there any way to search for xml files in dependency jars? Thanks for your help.