I'm currently working on a maven project which has 5 modules. As part of bug fixes, I need to make some small changes in a java file and in order to get those changes refelected, I run a maven build(which is pretty time consuming) and get it deployed in Tomcat.
Is there a way to test my changes without running a maven build? Please advice.