Update of /var/cvs/all/example-webapp
In directory james.mmbase.org:/tmp/cvs-serv30543

Modified Files:
        pom.xml 
Log Message:



See also: http://cvs.mmbase.org/viewcvs/all/example-webapp


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/example-webapp/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pom.xml     11 Feb 2009 16:54:30 -0000      1.2
+++ pom.xml     11 Feb 2009 17:07:21 -0000      1.3
@@ -18,8 +18,12 @@
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>
-          <webSourceDirectory>${basedir}/../html/</webSourceDirectory>
           <webXml>${basedir}/../html/WEB-INF/web.xml</webXml>
+          <webResources>
+            <resource>
+              <directory>${basedir}/../html/</directory>
+            </resource>
+          </webResources>
         </configuration>
       </plugin>
     </plugins>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to