Author: michiel
Date: 2009-05-14 13:09:26 +0200 (Thu, 14 May 2009)
New Revision: 35164

Modified:
   mmbase/trunk/README
Log:
I think we can safely assume that maven1/ant support will be dropped

Modified: mmbase/trunk/README
===================================================================
--- mmbase/trunk/README 2009-05-14 10:36:45 UTC (rev 35163)
+++ mmbase/trunk/README 2009-05-14 11:09:26 UTC (rev 35164)
@@ -1,27 +1,3 @@
-The prefered build method currently is Maven 1.1. 
-You will find a HOWTO Maven 2 further below in this document.
-
-
-HOWTO Maven 1.1 (for people who used to use the 'ant' build)
---------------------------------------------------------------------------------
-
-Use Apache Maven 1.1 (_not_ 1.0, _not_ 2)
-
-- ant jar -> maven jar, maven jar:install
-maven -Dmaven.test.skip=true jar:install
-
-- ant     -> maven
-
-- ant bindist -> maven all:install, cd example-webapp; maven war:install
-
-
-If e.g. mmbase.org is unreachable, add 'maven.offline=true' to 
maven-base/build.properties.
-Sadly it is impossible to find out how to configure a timeout setting for that.
-
-The equivalent for 'ant clean' is 'maven all:clean' to clean all applications, 
and 'maven clean' to
-only clean the present one.
-
-
 HOWTO Maven 2 (Apache Maven 2.0.6 and up)
 
--------------------------------------------------------------------------------
 
@@ -68,4 +44,4 @@
       <id>mmbase</id>
        <username>mmweb</username>
      </server>
-   </servers>
\ No newline at end of file
+   </servers>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to