[Build] Exclude examples from produced WAR

Exclude example bundles from produced web archive; this
allows the example folder to grow (e.g. in support of
framework component demonstration for WTD-518) without
influencing the size of the built archive.
This commit is contained in:
Victor Woeltjen 2014-11-05 17:43:29 -08:00
parent 074958317f
commit 89a70973d6

View File

@ -32,6 +32,7 @@
**/bundle.json
</warSourceIncludes>
<warSourceExcludes>
example/**/*,
**/test/lib/*
</warSourceExcludes>
<failOnMissingWebXml>false</failOnMissingWebXml>