I'm using Intellij IDEA as IDE on a spring boot multi-module maven project.
But it keeps editing each project's .iml
file and adds scope="PROVIDED"
to all Tomcat dependencies. So, in order to run the project, I have to edit out all scope="PROVIDED"
from these lines. It's not difficult or too time consuming, just very annoying.
Is there a way prevent this from happening? I've considered creating a small script, but I really don't want to pollute the workspace with some home-brewed solution.