Updating module source directories from pom
I'm using the Maven integration with IntelliJ. Another developer changed one of the <resource> directories defined in the pom and checked it in. I updated from SVN, but my source directories for my module were unchanged. Is there a way to force Idea to refresh its project settings from the pom?
Please sign in to leave a comment.
Right click on the maven module (in the maven panel) and choose update folders. I think this does what you want.
Regards,
Wallaby