Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv8847
Modified Files:
pom.xml
Log Message:
make the default goal 'install', to easily install this base pom
See also: http://cvs.mmbase.org/viewcvs/all/maven-base
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven-base/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pom.xml 11 Feb 2009 09:43:01 -0000 1.3
+++ pom.xml 11 Feb 2009 09:49:59 -0000 1.4
@@ -5,7 +5,7 @@
The license (Mozilla version 1.0) can be read at the MMBase site.
See http://www.MMBase.org/license
-Version $Id: pom.xml,v 1.3 2009/02/11 09:43:01 michiel Exp $
+Version $Id: pom.xml,v 1.4 2009/02/11 09:49:59 michiel Exp $
-->
<project>
<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,20 @@
<packaging>pom</packaging>
<name>MMBase</name>
<version>1.9</version>
- <description>MMBase 1.9</description>
+ <description>Base pom for mmbase builds</description>
+
<url>http://www.mmbase.org</url>
+
+ <!-- don't know yet where this if ro
+
<modules>
<module>..</module>
</modules>
+ -->
+ <build>
+ <defaultGoal>install</defaultGoal>
+ </build>
<properties>
<mmbase.version>1.9-SNAPSHOT</mmbase.version>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs