RE: Preventing some files in resource directory to get packaged in the jar

2006-03-02 Thread Seema Neb
in resource directory to get packaged in the jar Hi, You can use from ... file-to-exclude ... -allan Seema Neb wrote: >Hi, > > > >I have some configuration files in my resources directory, which I don

Re: Preventing some files in resource directory to get packaged in the jar

2006-03-02 Thread Allan Ramirez
Hi, You can use from ... file-to-exclude ... -allan Seema Neb wrote: Hi, I have some configuration files in my resources directory, which I don't want to package in the jar. And I don't want to put these files in any other dire

Preventing some files in resource directory to get packaged in the jar

2006-03-02 Thread Seema Neb
Hi, I have some configuration files in my resources directory, which I don't want to package in the jar. And I don't want to put these files in any other directory. I am using Maven 2.0.2. Does anyone have an idea how to do this? Thanks in advance. Seema