Re: adding struts-config.xml file to WEB-INF folder during WAR build

2007-09-12 Thread Wayne Fay
Assuming you're using the standard Maven directory structure, simply put the struts-config.xml file in the following place: {root}/src/main/webapp/WEB-INF/ Then Maven should include it automatically in WEB-INF in your WAR. It looks like you're using a non-standard layout, so that makes it more

RE: adding struts-config.xml file to WEB-INF folder during WAR build

2007-09-12 Thread Syed Shabir
-config.xml file to WEB-INF folder during WAR build Assuming you're using the standard Maven directory structure, simply put the struts-config.xml file in the following place: {root}/src/main/webapp/WEB-INF/ Then Maven should include it automatically in WEB-INF in your WAR. It looks like you're

Re: adding struts-config.xml file to WEB-INF folder during WAR build

2007-09-12 Thread Farhan Sarwar
struts-config.xml file to WEB-INF folder during WAR build Assuming you're using the standard Maven directory structure, simply put the struts-config.xml file in the following place: {root}/src/main/webapp/WEB-INF/ Then Maven should include it automatically in WEB-INF in your WAR. It looks

Re: adding struts-config.xml file to WEB-INF folder during WAR build

2007-09-12 Thread Wayne Fay
the long haul of moving stuff around in CVS etc... -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: 12 September 2007 17:06 To: Maven Users List Subject: Re: adding struts-config.xml file to WEB-INF folder during WAR build Assuming you're using

Re: adding struts-config.xml file to WEB-INF folder during WAR build

2007-09-12 Thread Jim Sellers
Subject: Re: adding struts-config.xml file to WEB-INF folder during WAR build Assuming you're using the standard Maven directory structure, simply put the struts-config.xml file in the following place: {root}/src/main/webapp/WEB-INF/ Then Maven should include