Versions Compared

Key

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

...

  1. Wiki Markup
    Running {{mvn package}} from the root {{\[dspace-source\]}} directory
    • This option will rebuild all DSpace modules from their Java Source code, then apply any Maven WAR Overlays.
  2. Wiki Markup
    Running {{mvn package}} from the {{\[dspace-source\]/dspace/}} directory
    • Wiki Markup
      This option performs a "quick build". It does *not* rebuild all DSpace modules. All it does is re-apply any [Maven WAR Overlays|#Maven WAR Overlays] to the previously compiled source code. In other words, the only code that will be re-compiled is code that exists in {{\[dspace-source\]/dspace/modules/*}} (the Maven WAR Overlay directories)