Versions Compared

Key

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

...

Before beginning the installation process, you will want to have available the following tools on your machine first.

Unix (optional)

Being Java software, the project is cross-platform and should run on Linux, OSX and Windows. 

The setup instructions assume a Unix-like environment using the bash shell. 

Windows users should be able to execute the equivalent commands on their system to perform the installation successfully.

...

The directory containing the Maven jar cache (or repository) is by default in ~/.m2/reporepository but can be changed using a command line option or user setting.

Code Block
languagebash
mvn -Dmaven.repo.local=/path/to/my/repo

...