Versions Compared

Key

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

...

  • mvn clean install
  • mvn clean install -D modules=release

The first command builds all the modules that make up the framework (and will take a good while to run), while the second builds the 'release' module (a POM that defines a consistent set of versions of modules that run together).

However, there is a little more to it than that, because we do have a number of profiles which allow the build to be tailored in various ways. Therefore, have a look at the table below, then look at the various use cases listed further down the page.

...