You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ho...@gmail.com on 2010/06/17 06:03:25 UTC

Remove not right files when packaging for shindig server (issue1695042)

Reviewers: dev-remailer_shindig.apache.org, Paul Lindner,

Description:
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.

Shindig issue filed: https://issues.apache.org/jira/browse/SHINDIG-1370

Please review this at http://codereview.appspot.com/1695042/show

Affected files:
   java/server/pom.xml


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>