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

Modified Files:
        pom.xml 
Log Message:
Improvements for the multiproject build
Kick off a full build inside /maven


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


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/base-webapp/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pom.xml     4 Mar 2009 07:34:39 -0000       1.2
+++ pom.xml     8 Mar 2009 18:12:50 -0000       1.3
@@ -1,16 +1,18 @@
-<?xml version="1.0"?>
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
+  
   <parent>
     <groupId>org.mmbase</groupId>
     <artifactId>mmbase-parent</artifactId>
-    <version>1.9</version>
+    <version>1.9-SNAPSHOT</version>
+    <relativePath>../maven-base/pom.xml</relativePath>
   </parent>
 
   <artifactId>base-webapp</artifactId>
   <packaging>war</packaging>
   <name>MMBase base webapp</name>
-  <version>${mmbase.version}</version>
 
   <description>
     This is a minimalistic war containing the essentials for an MMBase web 
applications. This can be used as initial war overlay for your own project.
@@ -41,7 +43,7 @@
     <dependency>
       <groupId>org.mmbase</groupId>
       <artifactId>mmbase</artifactId>
-      <version>${mmbase.version}</version>
+      <version>${project.version}</version>
     </dependency>
 
     <!--
@@ -51,16 +53,9 @@
     <dependency>
       <groupId>org.mmbase</groupId>
       <artifactId>mmbase-taglib</artifactId>
-      <version>${mmbase.version}</version>
+      <version>${project.version}</version>
       <type>war</type>
     </dependency>
 
   </dependencies>
-
-  <repositories>
-    <repository>
-      <id>mmbase</id>
-      <url>http://www.mmbase.org/maven2</url>
-    </repository>
-  </repositories>
 </project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to