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
