zuul-jobs/playbooks/java-libraries/build.yaml
Radosław Piliszek 62341c39f4 [CI] Refactor the maven role
To make it more flexible.

Also cross-test with library-template (build) since it is now
possible to do so.

Change-Id: I137013dc6bba01ef9a20f3f86cb4e4ced014421e
2023-11-17 19:16:52 +01:00

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"]