As of now, everytime I make a code change, I do a Make, then build (sorry don't have my IDEA IDE handy to get the real names).
But I run the app on tomcat, so the files go to my /output folder during the make/build process. ( i am using maven also).
Is there a single shortcut key that can do both of these? Or do I just need to do a build and it will do both?
i'm newish to IDEA so sorry if I am using the wrong terminology etc.