We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7339463 commit 59825f6Copy full SHA for 59825f6
weblogic-azure-vm/arm-oraclelinux-wls-admin/src/main/scripts/installJdbcDrivers.sh
@@ -77,7 +77,7 @@ function install_maven() {
77
fi
78
79
tar xzvf ${mvnInstaller} -C /u01/app
80
- export MAVEN_HOME=/u01/app/apache-maven
+ export MAVEN_HOME=$(find /u01/app -maxdepth 1 -type d -name "apache-maven*")
81
. $oracleHome/oracle_common/common/bin/setWlstEnv.sh # set JAVA_HOME
82
export PATH=${MAVEN_HOME}/bin:$PATH
83
0 commit comments