| changeset 13 | 6d0e0100f4e8 |
| parent 9 | 2ab67fa1e78d |
| child 22 | 948283342245 |
--- a/server/pom.xml Thu Aug 16 14:14:09 2012 +0200 +++ b/server/pom.xml Thu Aug 16 15:59:25 2012 +0200 @@ -53,6 +53,15 @@ <targetPath>lib</targetPath> </overlay> </overlays> + <webResources> + <resource> + <directory>../client</directory> + <excludes> + <exclude>**/*.html</exclude> + <exclude>**/data</exclude> + </excludes> + </resource> + </webResources> </configuration> </plugin> </plugins>