Versions Compared

Key

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

...

Before starting the release, you should ensure your local maven cache (~/.m2/repository) is completely up-to-date by running (from [dspace-src]):

Code Block
mvn install

Updating your local maven cache will help to ensure that the release process goes more smoothly, and should help you to avoid any errors having to do with Maven being unable to locate any particular dependencies.

...