mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-07 06:54:55 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
6
roles/maven/templates/profile.sh.j2
Normal file
6
roles/maven/templates/profile.sh.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/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}
|
Reference in New Issue
Block a user