Re: setting up a resource filter so that hibernate xml files get copied over when compiling?

2006-02-20 Thread Geoffrey De Smet
http://maven.apache.org/maven-model/maven.html#class_resource You don't want , you want . Christian Cabanero wrote: I setup a particular directory to be a resource in the build section my POM but how do I make it so that only *.xml files get copied? For example, I have this in my build element

Re: setting up a resource filter so that hibernate xml files get copied over when compiling?

2006-02-19 Thread Christian Cabanero
Sorry, I should've also mentioned that I'm using Maven2. On 2/19/06, Christian Cabanero <[EMAIL PROTECTED]> wrote: > > Sorry, stupid gmail, I hit a key and it sent it pre-maturely. > > Anyways, I have some hibernate xml files that I want copied over that are > in that domainimpl/user directory but

Re: setting up a resource filter so that hibernate xml files get copied over when compiling?

2006-02-19 Thread Christian Cabanero
Sorry, stupid gmail, I hit a key and it sent it pre-maturely. Anyways, I have some hibernate xml files that I want copied over that are in that domainimpl/user directory but right now with this config it's copying all the files in that directory over, java files and everything. How do I make it s

setting up a resource filter so that hibernate xml files get copied over when compiling?

2006-02-19 Thread Christian Cabanero
I setup a particular directory to be a resource in the build section my POM but how do I make it so that only *.xml files get copied? For example, I have this in my build element of my POM: amazon/nownow/domainimpl/user src/main/java/amazon/nownow/domainimpl/user/