You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by in...@apache.org on 2004/01/21 21:30:53 UTC

[Apache Geronimo Wiki] Updated: BuildingAndRunning

   Date: 2004-01-21T12:30:41
   Editor: 199.33.7.11 <>
   Wiki: Apache Geronimo Wiki
   Page: BuildingAndRunning
   URL: http://wiki.apache.org/geronimo/BuildingAndRunning

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -38,8 +38,9 @@
 
 = Building Offline =
 
-If you're not online (so Maven fails to download), use the -o flag to maven (i.e. run `maven -o`).
-
+If you're not online (so Maven fails to download), use the -o flag to maven (i.e. run `maven -o`). 
+----
+`??maven -o seems to be not working ??`
 = Bypassing Tests =
 
 If you don't want to run test at all, try adding `-Dmaven.test.skip=true` to your maven command line.