From 876614f5788d4e49de464009e31a6c67de6006c0 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 20 Jan 2015 17:39:54 -0800 Subject: [PATCH] [Build] Fix WAR includes Fix include paths when building such that nested sources are packaged correctly. This supports a documentable build and packaging process for WARP, WTD-626, and is also correct behavior for other builds. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d24516bcb4..74cac18a90 100644 --- a/pom.xml +++ b/pom.xml @@ -26,9 +26,9 @@ index.html, *.json, - **/src/*, - **/res/*, - **/lib/*, + **/src/**/*, + **/res/**/*, + **/lib/**/*, **/bundle.json