Maven war Plugin
Jump to navigation
Jump to search
External
Internal
Overview
Filtering Web Resources
<configuration> <webResources> <resource> <directory>src/main/resources</directory> <excludes> <exclude>*jgroups.xml</exclude> <exclude>jdg-jgroups-configuration.xml</exclude> </excludes> </resource> </webResources> </configuration>
does not seem to work for files placed in src/main/resources. The files are NOT filtered out.