Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In some cases you may need to build Geronimo in stages, such as when building OpenEJB from source to pick up local changes. Most users will not need to do this, but its documented here for clarity.

To build modules, testsupport configs and maven-plugins:

No Format
mvn install -Dstage=bootstrap

To build appsplugins, configs, plugingroups and assemblies:

No Format
mvn install -Dstage=assemble

...