| changeset 16 | 399690e161cc |
| parent 13 | 6d0e0100f4e8 |
| child 22 | 948283342245 |
--- a/server/pom.xml Thu Aug 16 16:03:52 2012 +0200 +++ b/server/pom.xml Thu Aug 16 16:04:54 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>