From 89a70973d6b0b51215fb90d3f3aa432413077e09 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 5 Nov 2014 17:43:29 -0800 Subject: [PATCH] [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. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c10006e631..d24516bcb4 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ **/bundle.json + example/**/*, **/test/lib/* false