Author: jens
Date: Thu Mar 1 07:27:06 2012
New Revision: 1295443
URL: http://svn.apache.org/viewvc?rev=1295443&view=rev
Log:
for the moment add test resources to the final war
Modified:
chemistry/playground/chemistry-opencmis-javascript-client/pom.xml
Modified: chemistry/playground/chemistry-opencmis-javascript-client/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-client/pom.xml?rev=1295443&r1=1295442&r2=1295443&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-client/pom.xml (original)
+++ chemistry/playground/chemistry-opencmis-javascript-client/pom.xml Thu Mar
1 07:27:06 2012
@@ -43,6 +43,18 @@
<Web-ContextPath>jsclient</Web-ContextPath>
</manifestEntries>
</archive>
+ <webResources>
+ <resource>
+ <!-- this is relative to the pom.xml directory -->
+ <directory>src/test/resources/</directory>
+ <!-- For the moment we include the test files into
the war for illustration purposes -->
+ <includes>
+ <include>**/*.css</include>
+ <include>**/*.html</include>
+ <include>**/*.js</include>
+ </includes>
+ </resource>
+ </webResources>
</configuration>
</plugin>
<plugin>