On Aug 8, 2006, at 5:30 PM, Wendy Smoak wrote:

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.)

She is right.  For a WAR in needs to go in src/main/webapp/META-INF

For a JAR it goes in src/main/resources/META-INF.

CRAZY!

Matt


________________________________________________________________________ ___
Matt Brozowski, OpenNMS Maintainer                      Main:   +1 919 812 4984
The OpenNMS Group, Inc.                                 Fax:            +1 503 
961 7746
Email: [EMAIL PROTECTED]                                        URL:    
http://www.opennms.com


Reply via email to