Yes Thorsten; This is what i am doing now. and wanted to share to list by today day end.
By the way, maven-war-plugin has a lot more options to explore. Regards, Vijay Shanker Dubey On Mon, Dec 28, 2009 at 3:37 PM, Thorsten Heit <[email protected]> wrote: > Hi, > > > 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. > > Perhaps you should use <scope>provided</scope> on the dependencies that are > available in your Tomcat installation. > > > Regards > > Thorsten
