Skip to content

Commit f2c1a56

Browse files
committed
Add JAVA_HOME/bin to PATH
1 parent d880ded commit f2c1a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ integration-test-java:
111111
mv epel-apache-maven.repo /etc/yum.repos.d/
112112
yum install -y apache-maven
113113
export M2_HOME="/usr/share/apache-maven"
114-
export PATH=$M2_HOME/bin:$PATH
114+
export PATH=$M2_HOME/bin:$PATH:$JAVA_HOME/bin
115115
116116
# install opensll
117117
yum install -y openssl

0 commit comments

Comments
 (0)