Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-maven
Ansible role to set up Apache Maven in Debian-like systems
https://github.com/oefenweb/ansible-maven
ansible build-tool debian development java maven
Last synced: about 2 months ago
JSON representation
Ansible role to set up Apache Maven in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-maven
- Owner: Oefenweb
- License: mit
- Created: 2018-11-22T08:54:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T12:16:46.000Z (2 months ago)
- Last Synced: 2024-11-05T12:44:07.670Z (2 months ago)
- Topics: ansible, build-tool, debian, development, java, maven
- Language: Dockerfile
- Size: 66.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## maven
[![CI](https://github.com/Oefenweb/ansible-maven/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-maven/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-maven-blue.svg)](https://galaxy.ansible.com/Oefenweb/maven)Set up [Apache Maven](https://maven.apache.org/).
#### Requirements
None
#### Variables
* `maven_version` [default: `3.9.9`]: Version to install
* `maven_install_prefix` [default: `/opt`]: Install prefix## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.maven
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-maven/issues)!