You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Filip Polsakiewicz <fi...@polsa.de> on 2005/09/20 13:26:06 UTC

additional xml-files in WEB-INF directory

Hi,

 I am quite new to the maven:war plugin. I set up the directories as
suggested (i.e. main/src/webapp) and added a WEB-INF Directory in the webapp
directory since I need to add some additional xml files (struts-config.xml).
Unfortunately when I run maven war the war file generated includes my
WEB-INF Directory under the WEB-INF/classes directory. How can I change this
behaviour?

 

Thanks, Filip