[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:
1
pom.xml
1
pom.xml
@@ -32,6 +32,7 @@
|
|||||||
**/bundle.json
|
**/bundle.json
|
||||||
</warSourceIncludes>
|
</warSourceIncludes>
|
||||||
<warSourceExcludes>
|
<warSourceExcludes>
|
||||||
|
example/**/*,
|
||||||
**/test/lib/*
|
**/test/lib/*
|
||||||
</warSourceExcludes>
|
</warSourceExcludes>
|
||||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||||
|
|||||||
Reference in New Issue
Block a user