I have two dynamic web projects and need to reference one in the deployment assembly of the other. The problem is that it adds a .war file to WEB-INF/lib instead of a .jar which causes my tomcat server to have class not found errors.
Is there a simple solution?