Re: Copying files besides .class files using simple project

2009-09-08 Thread William Hatch
Ahhh, that does indeed do it. Thank you sir. Bill On Sep 8, 2009, at 1:45 AM, Jörg Schaible wrote: Hi Bill, William Hatch wrote at Dienstag, 8. September 2009 07:32: How can I configure my pom such that it will copy other files, such as properties and .xml files that are in the default p

Re: Copying files besides .class files using simple project

2009-09-07 Thread Jörg Schaible
Hi Bill, William Hatch wrote at Dienstag, 8. September 2009 07:32: > How can I configure my pom such that it will copy other files, such as > properties and .xml files that are in the default package directory > into the build result? Specifically, I need to copy the > hibernate.cfg.xml file so t

Copying files besides .class files using simple project

2009-09-07 Thread William Hatch
How can I configure my pom such that it will copy other files, such as properties and .xml files that are in the default package directory into the build result? Specifically, I need to copy the hibernate.cfg.xml file so that crappy hibernate doesn't blow up. I'm using the simple jar projec