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

Modified Files:
        pom.xml 
Log Message:
can depend on base app


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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- pom.xml     17 Feb 2009 18:21:40 -0000      1.6
+++ pom.xml     17 Feb 2009 22:42:59 -0000      1.7
@@ -18,10 +18,13 @@
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>
-          <webXml>${basedir}/../html/WEB-INF/web.xml</webXml>
           <webResources>
             <resource>
               <directory>${basedir}/../html/</directory>
+              <includes>
+                <include>index.jsp</include>
+                <include>mmexamples/**</include>
+              </includes>
             </resource>
           </webResources>
         </configuration>
@@ -32,8 +35,9 @@
   <dependencies>
     <dependency>
       <groupId>org.mmbase</groupId>
-      <artifactId>mmbase</artifactId>
+      <artifactId>base-webapp</artifactId>
       <version>${mmbase.version}</version>
+      <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.mmbase</groupId>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to