Hi,
When packaging for shindig server sample container, all the files in
"content" should not be copied to /WEB-INF/classes/ of shindig-server web
app.

A patch for this issue is included, please apply.

-- 
Hoat Le [hoatle.net]
Index: java/server/pom.xml
===================================================================
--- java/server/pom.xml	(revision 955194)
+++ java/server/pom.xml	(working copy)
@@ -78,12 +78,6 @@
     </plugins>
     <resources>
       <resource>
-        <directory>${basedir}/../../content/</directory>
-        <includes>
-          <include>**/*.*</include>
-        </includes>
-      </resource>
-      <resource>
         <targetPath>containers/default</targetPath>
         <directory>${basedir}/../../config</directory>
         <includes>

Reply via email to