This don't work when I try to exclude some files from my war like this:
</configuration>
<excludes>
* <exclude>**/pdf/*.pdf</exclude>
<exclude>**/travail/*.xml</exclude>
* </excludes>
</configuration>
Cheers,
This don't work when I try to exclude some files from my war like this:
</configuration>
<excludes>
* <exclude>**/pdf/*.pdf</exclude>
<exclude>**/travail/*.xml</exclude>
* </excludes>
</configuration>
Cheers,