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

...

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:

...