Versions Compared

Key

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

...

In other words, with the 'dspace-src-release' there are two build options:

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