genevaers / Run-Control-Apps

GenevaERS Run Control
Apache License 2.0
0 stars 2 forks source link

Modify the RCApps build process to copy the .jar file to a user-specified directory #99

Open rhness opened 1 week ago

rhness commented 1 week ago

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