RE: extra files in META-INF

2004-10-08 Thread Maczka Michal
> -Original Message- > From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 5:37 PM > To: Maven Users List > Subject: extra files in META-INF > > > Hello. > I am trying to use Hivemind and it requires that my config > files get placed > in the META-I

Re: extra files in META-INF

2004-10-08 Thread Gisbert Amm
I don't know, if this is the right approach, but I solved a similar problem by simply adding a preGoal to my maven.xml which is copying the file into the WEB-INF directory before the build starts: This would allow you to place the "source" files at any place where it is c