Date: 2004-07-15T12:09:45 Editor: 63.240.163.227 <> Wiki: Apache Geronimo Wiki Page: Building URL: http://wiki.apache.org/geronimo/Building
no comment Change Log: ------------------------------------------------------------------------------ @@ -64,7 +64,7 @@ Alternately, set the "modules" system property to the name of the directory under "modules" or "specs" that you want to affect. For example, {{{maven -Dmodules=core}}} (for modules/core) or `maven -Dmodules=j2ee-deployment` (for specs/j2ee-deployment) Building one module will not update the `target/repository` or `target/lib` (where the .jar's used to run Geronimo are -located). To update the running system, execute maven in the `modules/assembly` directory, that will copy .jars from the maven repository into the target/lib and target/repository directories. +located). To update the executable system, run maven in the `modules/assembly` directory, that will copy .jars from the maven repository into the target/lib and target/repository directories. = Compile Only =