weavejester / lein-ring

Ring plugin for Leiningen
Eclipse Public License 1.0
501 stars 100 forks source link

Using :war-resources-path with lein ring uberwar #170

Closed bm3719 closed 9 years ago

bm3719 commented 9 years ago

What I'm trying to do is stick an XML file required by the Spring library in the WEB-INF folder contained in the uberwar. Even without the :war-resources-path key, I can almost do this by sticking stuff in project-name/war-resources, but then the files show up in WEB-INF/classes.

bm3719 commented 9 years ago

Nevermind. I managed to work around this by updating my web.xml to point to the WEB-INF/classes location.