Hi Erik,

Am 04.05.2013 17:10, schrieb Erik-Lân Do Dinh:
>                    <excludes>
>                        <exclude>file_which_should_be_excluded.txt</exclude>
>                        <exclude>*.txt</exclude>
>                        <exclude>pom.xml</exclude>
>                    </excludes>

I don't know your exact file system structure, but maybe you need to
have a different exclusion:
<exclude>**/*.txt</exclude>

How does your project look like? Is it somewhere on github/googlecode to
take a look at?

Yours
Phil

Reply via email to