You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: weblogic-azure-vm/arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/scripts/installJdbcDrivers.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ function install_maven() {
77
77
fi
78
78
79
79
tar xzvf ${mvnInstaller} -C /u01/app
80
-
export MAVEN_HOME=/u01/app/apache-maven
80
+
export MAVEN_HOME=$(find /u01/app -maxdepth 1 -type d -name "apache-maven*")
81
81
.$oracleHome/oracle_common/common/bin/setWlstEnv.sh # set JAVA_HOME
Copy file name to clipboardExpand all lines: weblogic-azure-vm/arm-oraclelinux-wls-dynamic-cluster/arm-oraclelinux-wls-dynamic-cluster/src/main/scripts/installJdbcDrivers.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ function install_maven() {
77
77
fi
78
78
79
79
tar xzvf ${mvnInstaller} -C /u01/app
80
-
export MAVEN_HOME=/u01/app/apache-maven
80
+
export MAVEN_HOME=$(find /u01/app -maxdepth 1 -type d -name "apache-maven*")
81
81
.$oracleHome/oracle_common/common/bin/setWlstEnv.sh # set JAVA_HOME
0 commit comments