The RCApps build process puts the resultant .jar file in this directory:
$GERS_GIT_REPO_DIR/Run-Control-Apps/RCApps/target
But this directory may be deleted if the repo is cloned again.
Users would benefit from having a separate directory contain the .jar file. This directory could contain the current and prior versions of the .jar file.
I propose that the RCApps build process be modified to add this statement at the end:
The RCApps build process puts the resultant .jar file in this directory:
$GERS_GIT_REPO_DIR/Run-Control-Apps/RCApps/target
But this directory may be deleted if the repo is cloned again.
Users would benefit from having a separate directory contain the .jar file. This directory could contain the current and prior versions of the .jar file.
I propose that the RCApps build process be modified to add this statement at the end:
cp $GERS_GIT_REPO_DIR/Run-Control-Apps/RCApps/target/rcapps-$rev-jar-with-dependencies.jar $GERS_RCA_JAR_DIR