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>
