extra files in META-INF

2004-10-07 Thread Charles N. Harvey III
Hello. I am trying to use Hivemind and it requires that my config files get placed in the META-INF directory of my jar file. So far, from the jar plugin, I can't seem to figure out where I should place these files and what properties I have to set to get them built into the jar. project/ /src

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 >

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