[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.
This commit is contained in:
Victor Woeltjen 2014-10-31 11:12:50 -07:00
parent dc141c55f6
commit ecd8e6da2f

View File

@ -28,8 +28,12 @@
*.json,
**/src/*,
**/res/*,
**/lib/*,
**/bundle.json
</warSourceIncludes>
<warSourceExcludes>
**/test/lib/*
</warSourceExcludes>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>