In 2013, if I add Spring to a web project, it offers me the choice to add the Spring JAR’s to the WEB-INF/lib folder, in 2014 it does not, but say it will add them on deploy.
Well, I don’t PLAN on using Deploy, It’s just an ant build ( sometimes running on Jenkins ), without Maven, and I’d like the JAR’s in the WEB-INF/lib folder please!
Was this feature removed on purpose, just moved, or is there a work around???