From ecd8e6da2f17b3e9e0dd3e3a153b8b9589519df7 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 31 Oct 2014 11:12:50 -0700 Subject: [PATCH] [Build] Add libraries to build Include libraries in the WAR file built by the command line build, except for those libraries which are present only to support test execution. Part of initial branches-and-build set up for WTD-519. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 6f3a481d6c..c10006e631 100644 --- a/pom.xml +++ b/pom.xml @@ -28,8 +28,12 @@ *.json, **/src/*, **/res/*, + **/lib/*, **/bundle.json + + **/test/lib/* + false