2.8.1 Set the Maven Home Path

To configure maven home:

Update the OSA-19.1.0.0.*/osa-base/bin/configure-osa.sh with the correct M2_HOME path, as below:

Change the path from

OSA_HOME="$( cd "$(dirname "../../")" >/dev/null 2>&1 ; pwd -P )"

to

OSA_HOME="$( cd "$(dirname "../../../")" >/dev/null 2>&1 ; pwd -P )"

Note:

Update the maven home path before initialization of the metadata store, or you will have to restart GGSA after this update.