Hi everyone,
I'm new with IntelliJ and I have Spring MVC project (on maven). I created the tomcat deploy configuration and added "build war exploded artifact" step to the "Before launch:" section. So now I have two steps there:
- Make
- Build war exploded artifact
I've also seen some tutorials with the same settings. However, I found out that when I can remove the "Make" step then everything still compiles and works properly. When I run deploy I can see that "make" process is runinng.
So, is the "make" step necessary?