Update of /var/cvs/all/maven
In directory james.mmbase.org:/tmp/cvs-serv12248

Modified Files:
        pom.xml 
Added Files:
        .cvsignore 
Log Message:
Defined the version of everything that follows the mmbase version explicitely, 
which makes it possible to override it using command line options only


See also: http://cvs.mmbase.org/viewcvs/all/maven


.cvsignore is new



Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml     8 Mar 2009 18:12:50 -0000       1.1
+++ pom.xml     28 Apr 2009 15:17:09 -0000      1.2
@@ -12,6 +12,7 @@
 
   <groupId>org.mmbase.maven</groupId>
   <artifactId>mmbase-maven</artifactId>
+  <version>${mmbase.version}</version>
   <packaging>pom</packaging>
   <name>MMBase Maven Parent</name>
   
@@ -24,8 +25,10 @@
     
     <module>..</module>
     <module>../applications</module>
+    <!--
     <module>../base-webapp</module>
     <module>../example-webapp</module>
+    -->
   </modules>
 
   <build>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to