The Maven WAR plugin has two configuration options: warSourceExcludes
and packagingExcludes
. There is some documentation on packagingExcludes
, saying that:
It is possible to include or exclude certain files from the WAR file, by using the
<packagingIncludes>
and<packagingExcludes>
configuration parameters.
However, I find it very difficult to find information on warSourceExcludes
.
What is the difference between these two configuration options?
I'm using Maven 3.1.1 and the WAR plugin is version 2.4