Attention
The ShARC HPC cluster was decommissioned on the 30th of November 2023 at 17:00. It is no longer possible for users to access that cluster.
Maven
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information.
Interactive usage
After connecting to ShARC (see Establishing a SSH connection), start an interactive session with the qrshx
command.
The latest version of Maven (currently version 3.8.4) is made available with the commands:
module load apps/maven/3.8.4/binary
After this any of the Maven commands can be run from the prompt. The available commands can be obtained using:
mvn --help
Installation notes
Maven was installed from a binary download in /usr/local/packages/apps/maven/3.8.4/binary
Modulefile
The module file is on the system at /usr/local/modulefiles/apps/maven/3.8.4/binary
.