Re: Including XML files in maven war file

2008-06-25 Thread Lukasz Lenart
Hi > Add namespace attribute like this namespace="/front" > However, when I run "mvn jetty:run", Struts 2 doesn't find the action > "front/home.action". I looked in the target directory as well as in the war > file packaged with the command "mvn package", and I saw that front.xml was > NOT in

Including XML files in maven war file

2008-06-25 Thread Oren Livne
Dear All, I am building my first Struts 2 application. I'm using maven 2.0.9, jdk 1.6.0_06 and jetty 6.1.10 to deploy inline in maven. Here is my src/main/resources/struts.xml: http://struts.apache.org/dtds/struts-2.0.dtd";> It points to front.xml, which sits in src/m