Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ecgalaxy/maven
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-02-07T13:39:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T15:21:49.000Z (3 months ago)
- Last Synced: 2024-08-20T18:16:45.035Z (3 months ago)
- Topics: ansible-role, java, maven
- Homepage: https://code.europa.eu/ecgalaxy/maven
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 executableDependencies
------------- optional: ecgalaxy.bootstrap
- optional: ecgalaxy.java_openjdkExample Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.java_openjdk
- ecgalaxy.mavenLicense
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------ECGALAXY team.