I am using tomcat and maven at my project. I updated one jar in maven successfully. The development was very successfull as I can see the new method that I updated in the jar file without any problem. But when it comes to execution, unfortunately tomcat sees the jars inside its folder tomcat/shared/lib not the maven jar. There is a way to make tomcat see the new jar instead of jars inside tomcat/shared/lib or is there a way to make tomcat see maven jars ?
I hope I was clear about my question. If not , I can provide more examples.