The current workaround:
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>WebContent/WEB-INF/lib</directory>
</fileset>
</filesets>
</configuration>
</plugin>
Still curious why this happens..
--
View this message in context:
http://maven.40175.n5.nabble.com/Obsolete-jars-from-WEB-INF-lib-end-up-in-war-file-tp2834897p2834939.html
Sent from the Maven - Issues mailing list archive at Nabble.com.
- Jars from WEB-INF/lib in war file hesl
- Re: Obsolete jars from WEB-INF/lib end up in war file hesl
