62341c39f4
To make it more flexible. Also cross-test with library-template (build) since it is now possible to do so. Change-Id: I137013dc6bba01ef9a20f3f86cb4e4ced014421e
10 lines
210 B
YAML
10 lines
210 B
YAML
- hosts: all
|
|
roles:
|
|
- install-jdk
|
|
- install-maven
|
|
- role: maven
|
|
vars:
|
|
# TODO: support more
|
|
maven_pom_dir: "{{ java_libraries[0].context }}"
|
|
maven_phases: ["install"]
|