Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: adding single quotes around the example of how to exclude individual modules

...

Warning

The following directions are for DSpace versions from 1.5.x up to 1.8.x. For DSpace 3 and above, see the official docs for the appropriate version (3.x, 4.x).

Directories:

  • [dspace] - The DSpace Installation directory
  • [dspace-source]/dspace/ - The DSpace Assembly project within the DSpace source code
  • [dspace-source]/dspace/target/dspace-[version]-build.dir/ - The directory where the DSpace Assembly project builds a new installation package for DSpace.
  • [Tomcat]/webapps/ (Mac OSX Server: /library/jboss/3.2/deploy)
  • Note: JBOSS comes pre-installed with Mac OS X server. However, for both server and desktop editions Tomcat may be used as with other platforms.

...

To build dspace without the JSPUI and LNI modules ("profiles" in Maven terminology), add this option to the Maven command:

Code Block
mvn package -P '!dspace-jspui,!dspace-lni'

The full list of DSpace modules that you may choose to exclude from the build include:

...