Introduction Maven is a build tool. A build tool automates processes related to building software. This can include compilation of the source-code (triggering) auto-generating (parts of) the code, e.g.with css generation of documentation packaging of the compiled-code generation of containers (e.g. a docker-container) deploying packages or containers on a remote server Installing Maven is...