Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: recommendation for a higher maven version

...

Maven can be downloaded from the following location: http://maven.apache.org/download.html

It is recommended to use the latest available Maven version for your platform, preferably one higher than 3.2, even though DSpace 5 builds are tested and reported to work with 3.0.5 as well. 

Configuring a Proxy

You can configure a proxy to use for some or all of your HTTP requests in Maven. The username and password are only required if your proxy requires basic authentication (note that later releases may support storing your passwords in a secured keystore‚ in the mean time, please ensure your settings.xml file (usually ${user.home}/.m2/settings.xml) is secured with permissions appropriate for your operating system).

...