Yes, I am using mvn clean package To find out where the asm dependency was coming from. I changed the scope of all dependency entries to provided, but I am still seeing all the jar files (except serverlet-api) in side the lib folder in the war file.
If <scope>provided</scope> is added to dependency, shouldn't it be not added in the lib folder of the war file when you do "mvn clean package"? Do you need a separate plugin for it to work? Thanks -- View this message in context: http://www.nabble.com/maven-adding-wrong-jar-files-in-war-lib-tp22500900p22540300.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
