Author: wsmoak Date: Mon Oct 9 21:29:33 2006 New Revision: 454611 URL: http://svn.apache.org/viewvc?view=rev&rev=454611 Log: Include files in src/main/resources in the webapp. WW-1453
Modified: struts/struts2/trunk/apps/showcase/pom.xml Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=454611&r1=454610&r2=454611 ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Mon Oct 9 21:29:33 2006 @@ -147,6 +147,9 @@ <resources> <!-- Include resources under src/main/java in WEB-INF/classes --> <resource> + <directory>src/main/resources</directory> + </resource> + <resource> <directory>src/main/java</directory> <includes> <include>**/*.java</include>