Hi there, We are working with RAD 7.5.3 and have the following problem:
Our web project has no WEB-INF/lib folder. After Maven has successfully build a war file, it also creates a WEB-INF/lib folder with all the jars from the pom.xml. Now we exclude a jar using either scope provided or exclusions in the dependency. On the next build the jar is still in the war file! Only after removing the WEB-INF/lib folder it is also removed from the generated war?! Please advice... -- View this message in context: http://maven.40175.n5.nabble.com/Jars-from-WEB-INF-lib-in-war-file-tp2834897p2834897.html Sent from the Maven - Issues mailing list archive at Nabble.com.
