My webapp uses tomcat 6.0.18 and has 32 required jar files held in a /lib direrctory. These are defined as libraries (Project -> Properties -> Java Build Path -> Libraries) in my project.
I now want to only include one of these libraries in the war file. The other libraries are going to be deployed once only to the tomcat “common/lib” directory and will no longer be included in the war file. they are still needed to build the application however.
Is there anyway to choose a subset of libraries to include on the war file?