My goal is to package my web applciation in a war file. When I run <mvn package> goal, it creates a war file of almost around 108MB. My project has dependencies to a lot of third party libraries.
So I want to say some thing to Maven that will stop third party libraries from being packaged in the war file. and let these library available in my tomcat server instalation. Can you please guide me what should I do? Regards, Vijay Shanker Dubey
