Duplicate jars in war WEB-INF/lib
Description
There are several duplicate jars in the distribution's war WEB-INF/lib. Was unable to start the app without removing them.
Here's a list, but there could be more: aspectjrt-1.5.4.jar aspectjweaver-1.5.4.jar commons-beanutils-1.7.0.jar commons-collections-3.2.1.jar commons-lang-2.3.jar dispatcher-servlet.xml guava-18.0.jar hibernate-3.2.6.ga.jar servlet-api-2.5-6.1.14.jar slf4j-api-1.6.1.jar spring-aop-3.0.3.RELEASE.jar spring-tx-3.0.3.RELEASE.jar xalan-2.6.0.jar xml-apis-1.0.b2.jar
Hi @jnewmoyer .
After a little check of the problem you notified on the mailing list we decided to use mvn tomcat:run-war that should fix the problem of mvn jetty:run-war and give a more realistic use case (this pending PR). It is scheduled to be included in the next minor release.
Anyway a clean up of duplicated jars is needed. Thank you very much for the notification and for the useful informations :+1: