This generates the java classes from the XML configuration for OfficeModel. This provides no additional functionality to OfficeFloor except to simplify management of the configuration models by generating the model java classes from simplier XML configuration.

In using Maven to compile OfficeFloor from source this module is required to be available in the Maven repository. To get the first build of this module, follow these steps:

  1. Load the projects of OfficeFloor into your development environment
  2. Have your development environment compile the projects ensuring the built classes are output to Maven's build directory (usually target/classes)
  3. Install this module to your local Maven repository

Future enhancements to the build process will look to remove these steps