I recently split my project up into 5 or so maven modules and noticed that now when I click the "Run" button, IntelliJ seems to use the existing builds for each of the modules in my local maven repo rather than doing a rebuild. Even the module I'm directly running doesn't get rebuilt.
What this means for me is that I can't just press "Play" after making some changes, I've gotta first right click on the module(s) I've changed, scroll through the dropdown and manually build the module, then go and run it.
Looked around in IntelliJ and couldn't find any settings that would prompt an auto-rebuild, but I might just be missing it. Any tips?