Versions Compared

Key

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

...

Maven is necessary in the first stage of the build process to assemble the installation package for your DSpace instance. It gives you the flexibility to customize DSpace using the existing Maven projects found in the [dspace-source]/dspace/modules directory or by adding in your own Maven project to build the installation package for DSpace, and apply any custom interface "overlay" changes.

Note
If you will be building the Mirage 2 theme, you will need Maven 3.1 or above.

Maven can be downloaded from the following location: http://maven.apache.org/download.html

...