server/pom.xml
changeset 16 399690e161cc
parent 13 6d0e0100f4e8
child 22 948283342245
equal deleted inserted replaced
15:de8528eb3662 16:399690e161cc
    51                                 <exclude>WEB-INF/**</exclude>
    51                                 <exclude>WEB-INF/**</exclude>
    52                             </excludes>
    52                             </excludes>
    53                             <targetPath>lib</targetPath>
    53                             <targetPath>lib</targetPath>
    54                         </overlay>
    54                         </overlay>
    55                     </overlays>
    55                     </overlays>
       
    56                    <webResources>
       
    57                        <resource>
       
    58                            <directory>../client</directory>
       
    59                            <excludes>
       
    60                                <exclude>**/*.html</exclude>
       
    61                                <exclude>**/data</exclude>
       
    62                            </excludes>
       
    63                        </resource>
       
    64                    </webResources>
    56                 </configuration>
    65                 </configuration>
    57             </plugin>
    66             </plugin>
    58         </plugins>
    67         </plugins>
    59     </build>
    68     </build>
    60 
    69