You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by S Ahmed <sa...@gmail.com> on 2013/02/27 05:11:40 UTC

RE: maven-shade and embedded jetty with spring mvc

So I am trying to build a fat jar for my embedded jetty spring mvc app.

My shade setup is here: http://pastebin.com/95BEiuxx

So I does create my fat jar just fine, but it doesn't seem to package up my
webapp folder?

i.e.:

/webapp
/webapp/assets
/webapp/WEB-INF/
/webapp/WEB-INF/config
/webapp/WEB-INF/views
/webapp/WEB-INF/views/user (has freemarker templates)
/webapp/WEB-INF/spring-context.xml
/webapp/WEB-INF/web.xml

How can I include this inside the fat jar?