I use this setup successfully ./src/main/webapp/WEB-INF ./src/main/webapp/WEB-INF/web.xml ./src/main/webapp/WEB-INF/client-config.wsdd ./src/main/webapp/WEB-INF/server-config.wsdd ./src/main/webapp/index.jsp ./src/main/webapp/fingerprint.jsp ./src/main/webapp/happyaxis.jsp ./src/main/webapp/i18nLib.jsp ./src/main/webapp/index.html
On 9/20/05, Filip Polsakiewicz <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am quite new to the maven war plugin. I have the following problem: > > > > I set up the following directory strutcture: > > > > Main / src / webapp > > Main / src / webapp / WEB-INF > > Main / src / java > > Main / src / resources > > > > I want to include some additional xml-files in my WEB-INF directory. > Unfortunately using the above structure and running maven war produces a > war > file where my WEB-INF directory is placed in the WEB-INF/classes > directory. > How can I change this behaviour and where in the above structure do I put > my > jsp's? > > > > Thanks Filip > > > -- jesse mcconnell
