mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
export JAVA_HOME=/usr/lib/jvm/jre-openjdk
|
||
|
export M2_HOME={{ mvn_root_dir }}/apache-maven
|
||
|
export MAVEN_HOME={{ mvn_root_dir }}/apache-maven
|
||
|
export PATH=${M2_HOME}/bin:${PATH}
|