On 8/8/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:

Hello there! I need to include files in my META-INF dir (eg my tomcat
context.xml). Where do I put the files on my project so they can be
packaged when using mvn package?

Try putting it in src/main/webapp/META-INF .

(Anything in src/main/resources ends up in WEB-INF/classes.)

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to