I have webapp which has a jdbc driver dependency. And this is dependency’s scope is provided. So when I use maven tomcat plugin to run it, it is not include in my local. So how can I include this provided plugin when I debug it using maven tomcat plugin ?
Thanks
One way to do this would be to use a
profilefor debugging using tomcat. In this you can specify the required dependency with the needed scope. Something like this…