Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ecgalaxy/maven

Ansible role which installs Apache Maven - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/maven

ansible-role java maven

Last synced: 1 day ago
JSON representation

Ansible role which installs Apache Maven - Repository mirror - development takes place on code.europa.eu

Awesome Lists containing this project

README

        

ECGALAXY maven role
===================

Installs Maven - https://maven.apache.org/

Requirements
------------

- A Java JDK, which can be provided by ecgalaxy.java_openjdk

Role Variables
--------------

- maven_version: the Maven version to be installed
- maven_download_url: the URL of the archive to be downloaded
- maven_checksum: the checksum of the archive
- maven_path: the path where Maven will be installed
- maven_bin: the path of the symlink which will point to the Maven executable

Dependencies
------------

- optional: ecgalaxy.bootstrap
- optional: ecgalaxy.java_openjdk

Example Playbook
----------------

- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.java_openjdk
- ecgalaxy.maven

License
-------

Copyright the European Union 2022.

Licensed under the EUPL-1.2 or later.

Author Information
------------------

ECGALAXY team.