Re: how to exclude txt file from source?

2006-09-21 Thread franz see
: Wednesday, September 20, 2006 12:13 PM To: Maven Users List Subject: Re: how to exclude txt file from source? hi u can try this under your build tag --under resource as given below remove the include**/*.txt/include from includes under directory resource directorysrc/directory

how to exclude txt file from source?

2006-09-20 Thread Kapil Gupta
Hi, How can I exclude a txt file lying in java source folder while packaging jar file. The same thing can be done using filtering to exclude a file from resources folder but I could not find any documentation on excluding a file from source folder. Regards Kapil CONFIDENTIALITY NOTICE This

Re: how to exclude txt file from source?

2006-09-20 Thread manoj kaushik
hi u can try this under your build tag --under resource as given below remove the include**/*.txt/include from includes under directory resource directorysrc/directory includes include**/*.xml/include include**/*.css/include

RE: how to exclude txt file from source?

2006-09-20 Thread Kapil Gupta
List Subject: Re: how to exclude txt file from source? hi u can try this under your build tag --under resource as given below remove the include**/*.txt/include from includes under directory resource directorysrc/directory includes include

Ang: how to exclude txt file from source?

2006-09-20 Thread Martin Börlin
@maven.apache.org Ärende: how to exclude txt file from source? Hi, How can I exclude a txt file lying in java source folder while packaging jar file. The same thing can be done using filtering to exclude a file from resources folder but I could not find any documentation on excluding a file from

Re: how to exclude txt file from source?

2006-09-20 Thread manoj kaushik
Users List Subject: Re: how to exclude txt file from source? hi u can try this under your build tag --under resource as given below remove the include**/*.txt/include from includes under directory resource directorysrc/directory includes